Method: Bio::Nexus::TreesBlock#initialize

Defined in:
lib/bio/db/nexus.rb

#initialize(name) ⇒ TreesBlock

Returns a new instance of TreesBlock.



1458
1459
1460
1461
1462
# File 'lib/bio/db/nexus.rb', line 1458

def initialize( name )
  super( name ) 
  @trees      = Array.new
  @tree_names = Array.new
end