Updated comment

This commit is contained in:
Jim Weirich
2010-08-26 07:57:28 -04:00
parent d17cc7b457
commit bc55853983

View File

@@ -45,7 +45,7 @@ end
module EdgeCase
module Color
#shamelessly stolen from redgreen
#shamelessly stolen (and modified) from redgreen
COLORS = { :clear => 0, :red => 31, :green => 32, :yellow => 33, :blue => 34, :magenta => 35, :cyan => 36 }
COLORS.each do |color, value|