Method: Bio::Tree::Edge#to_s

Defined in:
lib/bio/tree.rb

#to_sObject

string representation of this object



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

def to_s
  @distance_string.to_s
end