Ruby::Enum
A handy library for defining enums in Ruby.
Usage
class Colors
include Ruby::Enum
define :RED, "red"
define :GREEN, "green"
end
Contributing
You're encouraged to contribute to this gem.
- Fork this project.
- Make changes, write tests.
- Updated CHANGELOG.
- Make a pull request, bonus points for topic branches.
Copyright and License
Copyright Daniel Doubrovkine and Contributors, 2013
