| Class | Mocha::StateMachine |
| In: |
lib/mocha/state_machine.rb
|
| Parent: | Object |
Put the state_machine into the next_state.
# File lib/mocha/state_machine.rb, line 63
63: def become(next_state)
64: @current_state = next_state
65: end