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