Fluent::ExecFilterOutput::Parser
# File lib/fluent/plugin/out_exec_filter.rb, line 422 def call(io) y = Yajl::Parser.new y.on_parse_complete = @on_message y.parse(io) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.