method
uncountable?
rails latest stable - Class:
ActiveSupport::Inflector::Inflections::Uncountables
uncountable?(str)public
No documentation available.
# File activesupport/lib/active_support/inflector/inflections.rb, line 55
def uncountable?(str)
@regex_array.any? { |regex| regex.match? str }
end