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