Class: HTS::LibHTS::Tbx
- Inherits:
-
FFI::ManagedStruct
- Object
- FFI::ManagedStruct
- HTS::LibHTS::Tbx
- Defined in:
- lib/hts/libhts/constants.rb
Class Method Summary collapse
Class Method Details
.release(ptr) ⇒ Object
400 401 402 |
# File 'lib/hts/libhts/constants.rb', line 400 def self.release(ptr) LibHTS.tbx_destroy(ptr) unless ptr.null? end |