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