Method: Tros::DataFile::Writer#flush

Defined in:
lib/tros/data_file.rb

#flushObject

Flush the current state of the file, including metadata



154
155
156
157
# File 'lib/tros/data_file.rb', line 154

def flush
  write_block
  writer.flush
end