Flowdock
method

save_data_with_fast_strategy

Importance_0
save_data_with_fast_strategy(data, file) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/pstore.rb, line 485
  def save_data_with_fast_strategy(data, file)
    file.rewind
    file.truncate(0)
    file.write(data)
  end
Register or log in to add new notes.