ruby-enum icon indicating copy to clipboard operation
ruby-enum copied to clipboard

A handy way to define enums in Ruby.

Results 3 ruby-enum issues
Sort by recently updated
recently updated
newest added

Add a section about what's different between Ruby::Enum and https://github.com/dmolesUC3/typesafe_enum, cc: @dmolesUC3

chore

I have an older project, just updated to rails 6.1 and ruby 3. However, I am seeing an issue when trying to read the values from here, and not sure...

bug?

In my project, I came across an [issue](https://github.com/dblock/ruby-enum/issues/49) that I cannot reproduce in the tests, so it must be a difference in the way I load the rails project code,...