Method: Bio::Nexus::CharactersBlock#get_characters_string

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

#get_characters_string(row) ⇒ Object

Returns character data as String for matrix row ‘row’.


Arguments:

  • (required) row: Integer

Returns

String



1107
1108
1109
# File 'lib/bio/db/nexus.rb', line 1107

def get_characters_string( row )
  get_matrix.get_row_string( row, "" )
end