Method: Flow::Flowfile#initialize
- Defined in:
- lib/flow-lite.rb
#initialize(opts = {}) ⇒ Flowfile
Returns a new instance of Flowfile.
99 100 101 102 |
# File 'lib/flow-lite.rb', line 99 def initialize( opts={} ) @opts = opts @steps = [] end |