Edited koans/edgecase.rb via GitHub
authorahmed80dz <ounis.ahmed@gmail.com>
Fri, 7 Oct 2011 20:34:53 +0000 (22:34 +0200)
committerahmed80dz <ounis.ahmed@gmail.com>
Fri, 7 Oct 2011 20:34:53 +0000 (22:34 +0200)
koans/edgecase.rb

index 8a0c988..dca38ac 100644 (file)
@@ -124,11 +124,7 @@ module EdgeCase
       File::ALT_SEPARATOR
     end
     def using_win32console
-      begin
         @using_win32console
-      rescue
-        return false
-      end
     end
   end