Method: Flow::Core#initialize
- Defined in:
- lib/flow/flow/core.rb
#initialize(**input) ⇒ Object
20 21 22 |
# File 'lib/flow/flow/core.rb', line 20 def initialize(**input) run_callbacks(:initialize) { @state = state_class.new(**input) } end |