# File lib/fluent/output.rb, line 469 def each(&block) msgpack_each(&block) end
# File lib/fluent/output.rb, line 465 def repeatable? true end
# File lib/fluent/output.rb, line 473 def to_msgpack_stream read end