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