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