Method: CTypes::MissingBytesError#missing
- Defined in:
- lib/ctypes/missing_bytes_error.rb
#missing ⇒ Object
get the number of additional bytes required to unpack this type
20 21 22 |
# File 'lib/ctypes/missing_bytes_error.rb', line 20 def missing @need - @input.size end |