Fluent::ExecFilterOutput::Parser
# File lib/fluent/plugin/out_exec_filter.rb, line 430 def call(io) @u = MessagePack::Unpacker.new(io) begin @u.each(&@on_message) rescue EOFError end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.