Coolio::TimerWatcher
# File lib/fluent/plugin/in_object_space.rb, line 33 def initialize(interval, repeat, &callback) @callback = callback super(interval, repeat) end
# File lib/fluent/plugin/in_object_space.rb, line 38 def on_timer @callback.call rescue # TODO log? $log.error $!.to_s $log.error_backtrace end
[Validate]
Generated with the Darkfish Rdoc Generator 2.