class Bio::NeXML::IntRootEdge
Public Class Methods
new( id, options = {} )
click to toggle source
Calls superclass method
Bio::NeXML::RootEdge::new
# File lib/bio/db/nexml/trees.rb, line 127 def initialize( id, options = {} ) super end
Public Instance Methods
length()
click to toggle source
# File lib/bio/db/nexml/trees.rb, line 130 def length distance.to_i end