I have a problem.
I want to run a ruby script from another ruby script and capture it\'s output information while letting it output to the screen too.
Have a look at POpen4. It claims to be platform independent (but I do not think it works in jruby where you can use IO#popen instead).
IO#popen