Method: Bio::Tree::Edge#to_s
- Defined in:
- lib/bio/tree.rb
#to_s ⇒ Object
string representation of this object
70 71 72 |
# File 'lib/bio/tree.rb', line 70 def to_s @distance_string.to_s end |
string representation of this object
70 71 72 |
# File 'lib/bio/tree.rb', line 70 def to_s @distance_string.to_s end |