Subject: [ruby-talk:8266] Re: $stderr redirection
From: Dave Thomas <Dave PragmaticProgrammer.com>
Date: Fri, 29 Dec 2000 23:40:02 +0900
References: 8161
Holden Glova <dsafari / paradise.net.nz> writes:
> How would I go about redirecting $stderr in a platform independent fashion?
You could have a look at the open3 library.
Dave