Gap character.
102 103 104
# File 'lib/bio/alignment.rb', line 102 def gap_char ((defined? @gap_char) ? @gap_char : nil) or GAP_CHAR end