enums v1.2 library / gem adds (enum) flags w/ bitwise-operators (|, &~, ^)
Hello, I’ve added (bit) enum flags with bitwise-operators for set (|) / unset (&~) / toggle (^) to the enums library / gem. Use the flags option for the enum helper or the new Flag class. Happy enumerating or bit flagging or masking with (secure) ruby. PS: Note: The enums library / gem is part of the safe data structure (safestruct) series.
Post a comment