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.
Required Ruby Version
>= 3.2.0
Authors
Benjamin Chauvette