Categories: None [Edit]

enum_class

https://rubygems.org/gems/enum_class
https://github.com/LIQIDTechnology/enum_class
Provides a lightweight solution for object-oriented enumerations in Ruby in a similar ways as other languages, like Java, do. It consists of a single class (Enum), that can be subclassed to create enumerated types. Each class has a set of predefined instances, that represent the enumerated values. Fatures like support for inheritance and declaring instance methods on enumerated values are supported as well.

Total

Ranking: 79,500 of 191,254
Downloads: 11,835

Daily

Ranking: 52,956 of 191,174
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,275,668,462bundler
81,267,702,122rake
29962,362,170rspec
72587,299,465pry
1,89116,214,925coveralls

Owners

#GravatarHandle
1iconliqid