Method: Bio::DAS::GROUP#initialize
- Defined in:
- lib/bio/io/das.rb
#initialize ⇒ GROUP
Returns a new instance of GROUP.
404 405 406 407 408 |
# File 'lib/bio/io/das.rb', line 404 def initialize @notes = Array.new @links = Array.new @targets = Array.new end |