new()
public

No documentation available.

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