# File lib/fluent/output.rb, line 452 def each(&block) msgpack_each(&block) end
# File lib/fluent/output.rb, line 448 def repeatable? true end
# File lib/fluent/output.rb, line 456 def to_msgpack_stream read end