# File lib/faraday/utils.rb, line 55
      def merge!(other)
        other.each { |k, v| self[k] = v }
        self
      end