Fluent::TextParser::ValuesParser
# File lib/fluent/parser.rb, line 323 def call(text) if block_given? yield values_map(text.split(@delimiter)) else return values_map(text.split(@delimiter)) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.