nummy 0.3.0
Nummy provides utilities that that build on Ruby's Enumerable module to provide functionality like enumerated types ("enums"), enumerating over constants in a module, and enumerating over the members of data classes. This module does NOT add additional methods to the Enumerable module, or change its behavior in any way.
Gemfile:
=
install:
=
Development Dependencies (15):
activesupport
>= 0
minitest
>= 0
minitest-reporters
>= 0
rake
>= 0
rubocop
>= 0
rubocop-minitest
>= 0
rubocop-packaging
>= 0
rubocop-rake
>= 0
rubocop-yard
>= 0
simplecov
>= 0
simplecov-erb
>= 0
simplecov-lcov
>= 0
syntax_tree
>= 0
webrick
>= 0
yard
>= 0