21 22 23
# File 'lib/log4r/mail_outputter.rb', line 21 def write(data) send_mail(data.is_a?(Hash) ? data : {body: data}) end