FSM::Context
Represents the "extended" context associated with the finite state machine.
Constructors
Instance methods
Get the value associated with a key from the context.
@param key [String] The key to retrieve. @return [Any] The value associated with the key.
Modify the value associated with a key in the context using a block.
@param key [String] The key to modify. @yieldparam current_value [Any] The current value associated with the key. @return [Any] The modified value.