Method: Arrow::Session::FileStore#session_file
- Defined in:
- lib/arrow/session/filestore.rb
#session_file ⇒ Object
Return the fully-qualified path to the session file for this store.
48 49 50 |
# File 'lib/arrow/session/filestore.rb', line 48 def session_file return File.join( @dir, @id.to_s ) end |