Method: Bio::Tree::Edge#to_s

Defined in:
lib/bio/tree.rb

#to_sObject

string representation of this object



70
71
72
# File 'lib/bio/tree.rb', line 70

def to_s
  @distance_string.to_s
end