# File lib/rack/utils.rb, line 333
      def initialize(hash={})
        super()
        @names = {}
        hash.each { |k, v| self[k] = v }
      end