Method: Bio::DAS::GFF#initialize

Defined in:
lib/bio/io/das.rb

#initializeGFF

Returns a new instance of GFF.



375
376
377
# File 'lib/bio/io/das.rb', line 375

def initialize
  @segments = Array.new
end