Method: Tengine::Core::SessionWrapper#initialize

Defined in:
lib/tengine/core/session_wrapper.rb

#initialize(source, options = {}) ⇒ SessionWrapper

Returns a new instance of SessionWrapper.



9
10
11
12
# File 'lib/tengine/core/session_wrapper.rb', line 9

def initialize(source, options = {})
  @options = options || {}
  @source = source
end