Method: SpotFlow::ExecutionPrinter#print
- Defined in:
- lib/spot_flow/execution.rb
#print ⇒ Object
330 331 332 333 334 335 336 |
# File 'lib/spot_flow/execution.rb', line 330 def print puts puts "#{execution.step.id} #{execution.status} * #{execution.tokens.join(', ')}" print_variables unless execution.variables.empty? print_children puts end |