# File lib/timers.rb, line 25
  def after_milliseconds(interval, &block)
    after(interval / 1000.0, &block)
  end