class Bio::DAS::GFF

Attributes

href[RW]
segments[R]
version[RW]

Public Class Methods

new() click to toggle source
    # File lib/bio/io/das.rb
375 def initialize
376   @segments = Array.new
377 end