Updated comment
authorJim Weirich <jim.weirich@gmail.com>
Thu, 26 Aug 2010 11:57:28 +0000 (07:57 -0400)
committerJim Weirich <jim.weirich@gmail.com>
Thu, 26 Aug 2010 11:57:28 +0000 (07:57 -0400)
src/edgecase.rb

index 33cb889..add1aa7 100644 (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|