class ActionDispatch::Cookies::CookieJar

def update(other_hash)

def update(other_hash)
  @cookies.update other_hash.stringify_keys
  self
end