class method
self.new
Ruby on Rails 6.1.7.10
Since v5.2.8.1 Last seen in v8.0.4Signature
self.new()
No documentation comment.
Source
# File activesupport/lib/active_support/inflector/inflections.rb, line 32
def initialize
@regex_array = []
super
end
Defined in activesupport/lib/active_support/inflector/inflections.rb line 32
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Inflector::Inflections::Uncountables