Class: HTS::LibHTS::BcfHdr
- Inherits:
-
FFI::ManagedStruct
- Object
- FFI::ManagedStruct
- HTS::LibHTS::BcfHdr
- Defined in:
- lib/hts/libhts/constants.rb
Class Method Summary collapse
Class Method Details
.release(ptr) ⇒ Object
493 494 495 |
# File 'lib/hts/libhts/constants.rb', line 493 def self.release(ptr) LibHTS.bcf_hdr_destroy(ptr) unless ptr.null? end |