Method: DTAS::StateFile#initialize
- Defined in:
- lib/dtas/state_file.rb
#initialize(path, do_fsync = false) ⇒ StateFile
Returns a new instance of StateFile.
11 12 13 14 |
# File 'lib/dtas/state_file.rb', line 11 def initialize(path, do_fsync = false) @path = path @do_fsync = do_fsync end |