Object
# File lib/fluent/event.rb, line 24 def repeatable? false end
def each(&block) end
# File lib/fluent/event.rb, line 31 def to_msgpack_stream out = '' each {|time,record| [time,record].to_msgpack(out) } out end
[Validate]
Generated with the Darkfish Rdoc Generator 2.