mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Fixed color support in OS X
This commit is contained in:
@@ -122,6 +122,8 @@ module EdgeCase
|
|||||||
if ENV['ANSI_COLOR'].nil?
|
if ENV['ANSI_COLOR'].nil?
|
||||||
if using_windows?
|
if using_windows?
|
||||||
using_win32console
|
using_win32console
|
||||||
|
else
|
||||||
|
return true
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
ENV['ANSI_COLOR'] =~ /^(t|y)/i
|
ENV['ANSI_COLOR'] =~ /^(t|y)/i
|
||||||
|
|||||||
Reference in New Issue
Block a user