Emit a log message with a trailing newline
114 115 116 117
# File 'lib/compass/logger.rb', line 114 def log(msg) puts msg $stdout.flush end