class Fluent::Compat::TextParser::LabeledTSVParser

Public Instance Methods

configure(conf) click to toggle source

TODO: warn when deprecated

# File lib/fluent/compat/parser.rb, line 278
def configure(conf)
  convert_type_converter_parameters!(conf)
  super
end