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