Class: Sbire::SaveManager

Inherits:
Object
  • Object
show all
Defined in:
lib/sbire/save_manager.rb

Instance Method Summary collapse

Instance Method Details

#save(hypotheses, index) ⇒ Object



3
4
5
6
7
# File 'lib/sbire/save_manager.rb', line 3

def save(hypotheses, index)
  stream_manager.execute(hypotheses, index) do |result|
    append_to_file(result)
  end
end