Module: BioVcf::VcfValue

Defined in:
lib/bio-vcf/vcfgenotypefield.rb

Class Method Summary collapse

Class Method Details

.empty?(v) ⇒ Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/bio-vcf/vcfgenotypefield.rb', line 9

def VcfValue::empty? v
  v == nil or v == '' or v == '.'
end