# File lib/fluent/output.rb, line 479 def each(&block) msgpack_each(&block) end
# File lib/fluent/output.rb, line 475 def repeatable? true end
# File lib/fluent/output.rb, line 483 def to_msgpack_stream read end