Method: CTypes::Bitmap#permissive
- Defined in:
- lib/ctypes/bitmap.rb
#permissive ⇒ Bitmap
get a permissive version of this bitmap
150 151 152 |
# File 'lib/ctypes/bitmap.rb', line 150 def permissive Bitmap.new(type: @type, bits: @bits.permissive) end |