method
new
v2.2.1 -
Show latest stable
- Class:
ActiveSupport::Inflector::Inflections
new()public
No documentation available.
# File activesupport/lib/active_support/inflector.rb, line 37
def initialize
@plurals, @singulars, @uncountables, @humans = [], [], [], []
end