35 36 37 38 39 40
# File 'lib/dtc_rake/ui.rb', line 35 def info(msg) if DtcRake::UI.colorize? msg = Rainbow(msg).white end puts msg end