class Hashie::Mash

def method_suffix(method_name)

def method_suffix(method_name)
  match = method_name.to_s.match(SUFFIXES_PARSER)
  [match[1], match[2]]
end