Object
# File lib/fluent/event.rb, line 26 def each(&block) raise NotImplementedError, "DO NOT USE THIS CLASS directly." end
# File lib/fluent/event.rb, line 22 def repeatable? false end
# File lib/fluent/event.rb, line 30 def to_msgpack_stream out = '' each {|time,record| [time,record].to_msgpack(out) } out end
[Validate]
Generated with the Darkfish Rdoc Generator 2.