Class: Wf

Inherits:
Object
  • Object
show all
Includes:
Waterfall
Defined in:
lib/waterfall.rb

Constant Summary

Constants included from Waterfall

Waterfall::VERSION

Instance Attribute Summary

Attributes included from Waterfall

#error_pool, #error_pool_context

Instance Method Summary collapse

Methods included from Waterfall

#chain, #dam, #dammed?, #halt_chain, #has_flown?, #is_waterfall?, #on_dam, #outflow, #reverse_flow, #update_outflow, #when_falsy, #when_truthy

Constructor Details

#initializeWf

Returns a new instance of Wf.



122
123
124
# File 'lib/waterfall.rb', line 122

def initialize
  _wf_run {}
end