Class
Rack::Session::Abstract::SessionHash
In:
lib/rack/session/abstract/id.rb
Parent:
Hash
SessionHash
is responsible to lazily load the session from store.
Methods
[]
[]=
clear
delete
exists?
has_key?
include?
inspect
key?
loaded?
new
to_hash
update
Public Class methods
new
(by, env)
Public Instance methods
[]
(key)
[]=
(key, value)
clear
()
delete
(key)
exists?
()
has_key?
(key)
include?
(key)
Alias for has_key?
inspect
()
key?
(key)
Alias for has_key?
loaded?
()
to_hash
()
update
(hash)
[Validate]