class Mocha::StateMachine::State

def activate

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