method
uncountable?
v7.1.3.4 -
Show 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