class Mocha::StateMachine::State
Provides a mechanism to change the state of a {StateMachine} at some point in the future.
def activate
- Private: -
def activate @state_machine.current_state = @state end
Provides a mechanism to change the state of a {StateMachine} at some point in the future.
def activate @state_machine.current_state = @state end