class Mocha::StateMachine::State

Provides a mechanism to change the state of a {StateMachine} at some point in the future.

def activate

Other tags:
    Private: -
def activate
  @state_machine.current_state = @state
end