# File lib/em/pure_ruby.rb, line 56
    def add_oneshot_timer interval
      Reactor.instance.install_oneshot_timer(interval / 1000)
    end