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 541
541:       def self.clear!
542:         @@constants.clear
543:       end
new(name) click to toggle source
     # 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

Public Instance Methods

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