# File lib/rack/utils.rb, line 341
341:       def merge!(other)
342:         other.each { |k, v| self[k] = v }
343:         self
344:       end