# File lib/pr_eventmachine.rb, line 57 57: def add_oneshot_timer interval 58: Reactor.instance.install_oneshot_timer(interval / 1000) 59: end