Can anyone else provide an example? > This does only work for redirections of output for the particular > process. It will fail in these cases > - sub processes started # thats cleared up. > - all entities which remembered $stdout instance (e.g. a logger) # huh? I don't see how reassignment or #reopen would make a difference. They reference the same object after all - for this particular case, their behavior is the same. So what gives? - Rob -- Posted via http://www.ruby-forum.com/.