Class: HTS::LibHTS::BcfHrec
- Inherits:
-
FFI::ManagedStruct
- Object
- FFI::ManagedStruct
- HTS::LibHTS::BcfHrec
- Defined in:
- lib/hts/libhts/constants.rb
Overview
Complete textual representation of a header line
Class Method Summary collapse
Class Method Details
.release(ptr) ⇒ Object
440 441 442 |
# File 'lib/hts/libhts/constants.rb', line 440 def self.release(ptr) LibHTS.bcf_hrec_destroy(ptr) unless ptr.null? end |