# File lib/active_support/dependencies.rb, line 573 def clear! @store.clear end
# File lib/active_support/dependencies.rb, line 544 def empty? @store.empty? end
# File lib/active_support/dependencies.rb, line 552 def get(key) key = key.name if key.respond_to?(:name) @store[key] ||= Inflector.constantize(key) end
# File lib/active_support/dependencies.rb, line 548 def key?(key) @store.key?(key) end
Generated with the Darkfish Rdoc Generator 2.