method
update
rails latest stable - Class:
ActionDispatch::Cookies::CookieJar
update(other_hash)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 344
def update(other_hash)
@cookies.update other_hash.stringify_keys
self
end