Fixed color support in OS X
authorHenry Liu <henry@liuhenry.com>
Sun, 22 Jan 2012 08:17:45 +0000 (00:17 -0800)
committerHenry Liu <henry@liuhenry.com>
Sun, 22 Jan 2012 08:20:40 +0000 (00:20 -0800)
src/edgecase.rb

index 1443807..40c9607 100644 (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