Parent

Methods

Class Index [+]

Quicksearch

ActiveSupport::Dependencies::Reference

Attributes

name[R]

Public Class Methods

clear!() click to toggle source
     # File lib/active_support/dependencies.rb, line 536
536:       def self.clear!
537:         @@constants.clear
538:       end
new(name) click to toggle source
     # 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

Public Instance Methods

get() click to toggle source
     # 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.