Method: Bio::MAFFT#log

Defined in:
lib/bio/appl/mafft.rb

#logObject

log is deprecated (no replacement) and returns empty string.



141
142
143
144
# File 'lib/bio/appl/mafft.rb', line 141

def log
  warn "Bio::MAFFT#log is deprecated (no replacement) and returns empty string."
  ''
end