mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Updated comment
This commit is contained in:
@@ -45,7 +45,7 @@ end
|
|||||||
module EdgeCase
|
module EdgeCase
|
||||||
|
|
||||||
module Color
|
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 = { :clear => 0, :red => 31, :green => 32, :yellow => 33, :blue => 34, :magenta => 35, :cyan => 36 }
|
||||||
|
|
||||||
COLORS.each do |color, value|
|
COLORS.each do |color, value|
|
||||||
|
|||||||
Reference in New Issue
Block a user