Edited koans/edgecase.rb via GitHub

This commit is contained in:
ahmed80dz
2011-10-07 22:34:53 +02:00
parent dd36e171b0
commit 176de995b8

View File

@@ -124,11 +124,7 @@ module EdgeCase
File::ALT_SEPARATOR
end
def using_win32console
begin
@using_win32console
rescue
return false
end
end
end