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