From: Michael Garriss Date: 2003-09-19T00:49:43+09:00 Subject: closing stderr I would like to prevent some output that is going to stderr during a call to a third party lib just during that call. My first guess was: STDERR.close_write ThirdPartyLib::call_some_annoying_function STDERR.???? I guess you can see my problem. Can anyone give me a lead on this? TIA, Michael