# File lib/action_controller/vendor/rack-1.0/rack/utils.rb, line 232
      def merge(other)
        hash = dup
        hash.merge! other
      end