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