Rev::TimerWatcher
# File lib/msgpack/rpc/loop.rb, line 29 29: def initialize(interval, repeating, &block) 30: @block = block 31: super(interval, repeating) 32: end
# File lib/msgpack/rpc/loop.rb, line 33 33: def on_timer 34: @block.call 35: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.