Method: Bio::Nexus#get_trees_blocks
- Defined in:
- lib/bio/db/nexus.rb
#get_trees_blocks ⇒ Object
A convenience methods which returns an array of all trees blocks.
- Returns
-
Array of TreesBlocks
237 238 239 |
# File 'lib/bio/db/nexus.rb', line 237 def get_trees_blocks get_blocks_by_name( TREES_BLOCK.chomp( ";").downcase ) end |