alexpeachey / end_state

A State Machine implementation
MIT License
9 stars 5 forks source link

Add treat all transitions as hard #8

Closed brianvh closed 10 years ago

brianvh commented 10 years ago

Adds the new StateMachine.treat_all_transitions_as_hard! config option, as well as a new InvalidEvent error class.