Coolio::StatWatcher
# File lib/fluent/plugin/in_tail.rb, line 439 def initialize(path, log, &callback) @callback = callback @log = log super(path) end
# File lib/fluent/plugin/in_tail.rb, line 445 def on_change(prev, cur) @callback.call rescue # TODO log? @log.error $!.to_s @log.error_backtrace end
[Validate]
Generated with the Darkfish Rdoc Generator 2.