90 91 92 93
# File 'lib/model.rb', line 90 def log what, who, comment add_log_event([Time.now, who, what, comment]) self end