class ActionDispatch::Request::Session

def merge!(other)

def merge!(other)
  load_for_write!
  @delegate.merge!(other)
end