class Bio::DAS::ENTRY_POINT
Attributes
href[RW]
segments[R]
version[RW]
Public Class Methods
new()
click to toggle source
# File lib/bio/io/das.rb, line 328 def initialize @segments = Array.new end
Public Instance Methods
each() { |x| ... }
click to toggle source
# File lib/bio/io/das.rb, line 334 def each @segments.each do |x| yield x end end