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