EventStream from entries: Array of [time, record]
Use this class for many events data with a tag and its representation is [ [time, record], [time, record], .. ]
# File lib/fluent/event.rb, line 68 def dup entries = @entries.map { |entry| entry.dup } # @entries.map(:dup) doesn't work by ArgumentError ArrayEventStream.new(entries) end
Generated with the Darkfish Rdoc Generator 2.