method
new
v3.0.0 -
Show latest stable
- Class:
ActiveSupport::Dependencies::Reference
new(name)public
No documentation available.
# File activesupport/lib/active_support/dependencies.rb, line 527
def initialize(name)
@name = name.to_s
@@constants[@name] = name if name.respond_to?(:name)
end