class method
self.new
Ruby on Rails 3.0.20
Since v2.2.3Signature
self.new()
No documentation comment.
Source
# File activesupport/lib/active_support/inflector/inflections.rb, line 25
def initialize
@plurals, @singulars, @uncountables, @humans = [], [], [], []
end
Defined in activesupport/lib/active_support/inflector/inflections.rb line 25
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Inflector::Inflections