module BioVcf::VcfValue

Public Class Methods

empty?(v) click to toggle source
# File lib/bio-vcf/vcfgenotypefield.rb, line 9
def VcfValue::empty? v
  v == nil or v == '' or v == '.'
end