# File utils.rb, line 136 def message( msg ) $stderr.print ansiCode( 'cyan' ) + msg + ansiCode( 'reset' ) $stderr.flush end