alexpeachey / end_state

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

Expand transition syntax #17

Closed charlierudolph closed 10 years ago

charlierudolph commented 10 years ago

Add ability to define multiple transitions in a single line (when transition config / event name is shared) Add ability to define a second transition with the same event name and both work (when transition config is not shared)

Added in StateMapping as a wrapper for the hash used to represent a state map.

alexpeachey commented 10 years ago

This looks great, merging in and cutting a new release shortly.