class Holidays::Definition::Parser::CustomMethod

def method_key(name, args)

def method_key(name, args)
  "#{name.to_s}(#{args_string(args)})"
end