Fluent::TextParser::ValuesParser
# File lib/fluent/parser.rb, line 164 def initialize super require 'csv' end
# File lib/fluent/parser.rb, line 169 def call(text) return values_map(CSV.parse_line(text)) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.