Fluent::ExecUtil::Parser
# File lib/fluent/plugin/exec_util.rb, line 44 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.