Method: Bio::Sim4#log

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

#logObject

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



65
66
67
68
# File 'lib/bio/appl/sim4.rb', line 65

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