method
instance
v7.1.3.2 -
Show latest stable
- Class:
ActiveSupport::Inflector::Inflections
instance(locale = :en)public
No documentation available.
# File activesupport/lib/active_support/inflector/inflections.rb, line 65
def self.instance(locale = :en)
@__instance__[locale] ||= new
end