as suggested by sunaku
authorahmed80dz <ounis.ahmed@gmail.com>
Fri, 7 Oct 2011 21:55:12 +0000 (23:55 +0200)
committerahmed80dz <ounis.ahmed@gmail.com>
Fri, 7 Oct 2011 21:55:12 +0000 (23:55 +0200)
koans/edgecase.rb

index 03c8f29..d727cd7 100644 (file)
@@ -4,9 +4,7 @@
 require 'test/unit/assertions'
 begin 
   require 'win32console'
-  USING_WIN32CONSOLE = true
 rescue LoadError
-  USING_WIN32CONSOLE = false
 end
 # --------------------------------------------------------------------
 # Support code for the Ruby Koans.
@@ -124,7 +122,7 @@ module EdgeCase
       File::ALT_SEPARATOR
     end
     def using_win32console
-        USING_WIN32CONSOLE
+      defined? Win32::Console
     end
   end