# File lib/rack/session/abstract/id.rb, line 87 def update(hash) load_for_write! super(stringify_keys(hash)) end