Method: Bio::Tree::Node#to_s

Defined in:
lib/bio/tree.rb

#to_sObject

string representation of this object



186
187
188
# File 'lib/bio/tree.rb', line 186

def to_s
  @name.to_s
end