Sign in Sign up
rubygems

enum

A java like Enum class for ruby. A while ago I was exploring Java, and came across the Enum class, which had some interesting functionality, and I decided that I would like something like it. Conceptually if you just need a unique identifier you may be perfectly happy using a :symbol, and that would likely be a simpler way of having a controll flag. However, if you want to have a set of unique identifiers that you can address, iterate over, assign properties to, etc, then this may be something you would be interested in.

Activity

Latest release
16y ago
Total releases
2
Cadence
~4 days
Last 12 months
0

Details

First release
Sep 10, 2010
Releases
Version Released
1.0.0 major
0.1.1 initial