# File lib/active_support/dependencies.rb, line 547 def [](key) key = key.name if key.respond_to?(:name) @store[key] end