STDERR's file descriptor is 2.

closes #1
This commit is contained in:
Tomoyuki Sahara
2013-08-30 17:04:40 +09:00
parent 9dc875f246
commit 713aa48cf9
+1 -1
View File
@@ -282,7 +282,7 @@ end
STDIN = IO.open(0, "r")
STDOUT = IO.open(1, "w")
STDERR = IO.open(1, "w")
STDERR = IO.open(2, "w")
$stdin = STDIN
$stdout = STDOUT