[Source]
# File lib/bio/io/das.rb, line 405 405: def initialize 406: @notes = Array.new 407: @links = Array.new 408: @targets = Array.new 409: end
[Validate]