Rev::TimerWatcher
# File lib/revem.rb, line 43 def on_timer @proc.call end
# File lib/revem.rb, line 39 def setup(proc) @proc = proc end