Method: Bio::Tree#nodes
- Defined in:
- lib/bio/tree.rb
#nodes ⇒ Object
Returns all nodes as an array.
281 282 283 |
# File 'lib/bio/tree.rb', line 281 def nodes @pathway.graph.keys end |
Returns all nodes as an array.
281 282 283 |
# File 'lib/bio/tree.rb', line 281 def nodes @pathway.graph.keys end |