Safe enums in Ruby
We’ve created a library which solves enum’s problem in Ruby for our project. The main idea of the library is to have safe enum values everywhere: in object attributes, direct values access and etc. I would appreciate to hear your feedback about it. Thanks!
Post a comment