Class: Sbire::PipeManager
- Inherits:
-
Object
- Object
- Sbire::PipeManager
- Defined in:
- lib/sbire/pipe_manager.rb
Instance Method Summary collapse
Instance Method Details
#pipe(hypotheses, index) ⇒ Object
3 4 5 6 7 |
# File 'lib/sbire/pipe_manager.rb', line 3 def pipe(hypotheses, index) stream_manager.execute(hypotheses, index) do |result| send_command(result) end end |