Object
# File lib/fluent/plugin/in_tail.rb, line 269 def initialize(io, wait) @io = io @wait = wait end
# File lib/fluent/plugin/in_tail.rb, line 280 def ready? @wait <= 0 end
# File lib/fluent/plugin/in_tail.rb, line 276 def tick @wait -= 1 end
[Validate]
Generated with the Darkfish Rdoc Generator 2.