From: "reed.adam@..." Date: 2007-03-02T06:40:10+09:00 Subject: Ruby Noob: Using stderr, stdout, etc I'm a QA tester currently using ruby/watir for testing web sites/ applications. I've done fairly well so far for our small needs - automating IE browsing/tasks, assertion results logging (custom logger), and e-mail notifications for assertion errors. I would like to log the console output from the ruby program (shown in either DOS or SciTE) to a file just to have, but I'm not sure if this is what stderr/stdout is talking about. It seems to be such a well- known concept that nobody really talks about it in detail on the web. I know what they are by definition, but beyond that I'm having trouble finding anything. Any help/information you can provide is greatly appreciated. Thanks --