RubyFlow The Ruby and Rails community linklog

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

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in