Method: Bio::Tree::Edge#inspect
- Defined in:
- lib/bio/tree.rb
#inspect ⇒ Object
visualization of this object
65 66 67 |
# File 'lib/bio/tree.rb', line 65 def inspect "<Edge distance=#{@distance.inspect}>" end |
visualization of this object
65 66 67 |
# File 'lib/bio/tree.rb', line 65 def inspect "<Edge distance=#{@distance.inspect}>" end |