Method: Bio::Nexus::CharactersBlock#set_match_character

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

#set_match_character(match_character) ⇒ Object

Sets the “match character” property.


Arguments:

  • (required) match_character: String



1155
1156
1157
# File 'lib/bio/db/nexus.rb', line 1155

def set_match_character( match_character )
  @match_character = match_character
end