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