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