Method: Flow::Flowfile#flow

Defined in:
lib/flow-lite.rb

#flowObject



77
78
79
80
# File 'lib/flow-lite.rb', line 77

def flow
  ## todo/check: always return a new instance why? why not?

  flow_class.new
end