M
Michael Garriss
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
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