class ActiveSupport::Inflector::Inflections::Uncountables

def uncountable?(str)

def uncountable?(str)
  @regex_array.any? { |regex| regex.match? str }
end