Not found
The exact documentation you were looking for could not be found. Here is the best guess.
[]=(key, val)
public
Set the session date for key key.
Show source
def []=(key, val)
@write_lock ||= true
@data ||= @dbman.restore
@data[key] = val
end