# File lib/active_support/dependencies.rb, line 573 573: def clear! 574: @store.clear 575: end
# File lib/active_support/dependencies.rb, line 544 544: def empty? 545: @store.empty? 546: end
# File lib/active_support/dependencies.rb, line 552 552: def get(key) 553: key = key.name if key.respond_to?(:name) 554: @store[key] ||= Inflector.constantize(key) 555: end
# File lib/active_support/dependencies.rb, line 548 548: def key?(key) 549: @store.key?(key) 550: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.