Method: Bio::Tree#root

Defined in:
lib/bio/tree.rb

#rootObject

root node of this tree (even if unrooted tree, it is used by some methods)



281
282
283
# File 'lib/bio/tree.rb', line 281

def root
  @root
end