Merge pull request #68 from liuhenry/master

Fixed color support in OS X
This commit is contained in:
Matthew Boston
2012-01-27 10:51:25 -08:00

View File

@@ -122,6 +122,8 @@ module EdgeCase
if ENV['ANSI_COLOR'].nil?
if using_windows?
using_win32console
else
return true
end
else
ENV['ANSI_COLOR'] =~ /^(t|y)/i