module Fluent::Config::BasicParser::ClassMethods

def def_symbol(method_name, string)

def def_symbol(method_name, string)
  pattern = symbol(string)
  define_method(method_name) do
    skip(pattern) && string
  end
end