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: 78,448 of 187,603
Downloads: 11,669

Daily

Ranking: 145,949 of 187,591
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,011,622,509bundler
101,165,909,119rake
28925,144,006rspec
73556,307,351pry
1,82215,848,528coveralls

Owners

#GravatarHandle
1iconliqid