nanomachine icon indicating copy to clipboard operation
nanomachine copied to clipboard

A really tiny state machine for ruby. No events, only acceptable transitions and transition callbacks.

Results 3 nanomachine issues
Sort by recently updated
recently updated
newest added

We could implement Micromachine (LOL!) using Nanomachine, and make it optional.

enhancement

Useful for metaprogramming state query methods.

enhancement

- Before or after state change? - Before or after calllbacks? - What happens if the block raises? - Can the block abort transitioning?

enhancement