geekq / workflow

Ruby finite-state-machine-inspired API for modeling workflow
MIT License
1.74k stars 207 forks source link

Use Object#singleton_class to retrieve the workflow_spec #198

Closed dlozano closed 5 years ago

dlozano commented 7 years ago

Opening classes is not recommended for actions done repeatedly because: