Method: Arrow::Session::FileStore#save
- Defined in:
- lib/arrow/session/filestore.rb
#save ⇒ Object
Close the file after saving to make sure it’s synched.
54 55 56 57 |
# File 'lib/arrow/session/filestore.rb', line 54 def save super @io = nil end |