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