Method: Bio::GFFbrowser::FastLineRecord#start

Defined in:
lib/bio/db/gff/gffrecord.rb

#startObject



35
36
37
# File 'lib/bio/db/gff/gffrecord.rb', line 35

def start
  @start_ ||= @fields[GFF3_START].to_i
end