Method: Flow::StateProxy#initialize
- Defined in:
- lib/flow/state_proxy.rb
#initialize(state) ⇒ StateProxy
Returns a new instance of StateProxy.
6 7 8 |
# File 'lib/flow/state_proxy.rb', line 6 def initialize(state) @_state = state end |