Method: ActiveSupport::Inflector::Inflections::Uncountables#initialize

Defined in:
activesupport/lib/active_support/inflector/inflections.rb

#initializeUncountables

Returns a new instance of Uncountables.



34
35
36
37
# File 'activesupport/lib/active_support/inflector/inflections.rb', line 34

def initialize
  @regex_array = []
  super
end