Object
# File lib/fluent/plugin/in_tail.rb, line 1062 def initialize(io, wait) @io = io @wait = wait end
# File lib/fluent/plugin/in_tail.rb, line 1073 def ready? @wait <= 0 end
# File lib/fluent/plugin/in_tail.rb, line 1069 def tick @wait -= 1 end