# File lib/rack/utils.rb, line 492
      def merge(other)
        hash = dup
        hash.merge! other
      end