method

uncountable?

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