Class: Rack::Session::File::Marshal

Inherits:
Abstract
  • Object
show all
Defined in:
lib/rack/session/file/marshal.rb

Defined Under Namespace

Classes: Transaction

Constant Summary

Constants inherited from Abstract

Abstract::DEFAULT_OPTIONS

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



10
11
12
# File 'lib/rack/session/file/marshal.rb', line 10

def new_transaction(env)
  Rack::Session::File::Marshal::Transaction.new(env, @transaction_options)
end