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