method
new
v3.1.0 -
Show latest stable
- Class:
ActiveSupport::Dependencies::ClassCache
new()public
No documentation available.
# File activesupport/lib/active_support/dependencies.rb, line 527
def initialize
@store = Hash.new { |h, k| h[k] = Inflector.constantize(k) }
end