Class: Rack::Session::File::PStore
- Defined in:
- lib/rack/session/file/pstore.rb
Defined Under Namespace
Classes: Transaction
Constant Summary
Constants inherited from Abstract
Instance Method Summary collapse
Methods inherited from Abstract
#destroy_session, #get_session, #initialize, #set_session
Constructor Details
This class inherits a constructor from Rack::Session::File::Abstract
Instance Method Details
#new_transaction(env) ⇒ Object
11 12 13 |
# File 'lib/rack/session/file/pstore.rb', line 11 def new_transaction(env) Rack::Session::File::PStore::Transaction.new(env, ) end |