ruby-enum
ruby-enum copied to clipboard
A handy way to define enums in Ruby.
Add a section about what's different between Ruby::Enum and https://github.com/dmolesUC3/typesafe_enum, cc: @dmolesUC3
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...
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,...