Method: Bio::Nexus#get_characters_blocks
- Defined in:
- lib/bio/db/nexus.rb
#get_characters_blocks ⇒ Object
A convenience methods which returns an array of all characters blocks.
- Returns
-
Array of CharactersBlocks
228 229 230 |
# File 'lib/bio/db/nexus.rb', line 228 def get_characters_blocks get_blocks_by_name( CHARACTERS_BLOCK.chomp( ";").downcase ) end |