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