Method: Troles::Storage::BitMany#clear!
- Defined in:
- lib/troles/storage/bit_many.rb
#clear! ⇒ Object
Clears the role state of the role subject
37 38 39 |
# File 'lib/troles/storage/bit_many.rb', line 37 def clear! set_ds_field 0 end |