Method: Bio::Nexus#get_characters_blocks

Defined in:
lib/bio/db/nexus.rb

#get_characters_blocksObject

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