class ActionDispatch::Response::Header

def merge(other)

def merge(other)
  self.class.new @response, __getobj__.merge(other)
end