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   empty?   exists?   has_key?   include?   inspect   key?   loaded?   merge!   new   to_hash   update  

Public Class methods

Public Instance methods

include?(key)

Alias for has_key?

key?(key)

Alias for has_key?

[Validate]