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,046 of 188,779
Downloads: 11,762

Daily

Ranking: 88,817 of 188,757
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,120,857,398bundler
101,202,684,222rake
29941,363,553rspec
74569,632,751pry
1,86115,988,000coveralls

Owners

#GravatarHandle
1iconliqid