# File lib/active_support/dependencies.rb, line 527
      def initialize
        @store = Hash.new { |h, k| h[k] = Inflector.constantize(k) }
      end