class Puma::Util::HeaderHash

def merge!(other)

def merge!(other)
  other.each { |k, v| self[k] = v }
  self
end