# File lib/rack/utils.rb, line 391
      def replace(other)
        clear
        other.each { |k, v| self[k] = v }
        self
      end