Object
# File lib/active_support/dependencies.rb, line 536 536: def self.clear! 537: @@constants.clear 538: end
# File lib/active_support/dependencies.rb, line 527 527: def initialize(name) 528: @name = name.to_s 529: @@constants[@name] = name if name.respond_to?(:name) 530: end
# File lib/active_support/dependencies.rb, line 532 532: def get 533: @@constants[@name] 534: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.