# File lib_core/rucy/logger.rb, line 34 def alert(messg) @output.write("#{messg}\n") if @log_alert @output.flush nil end