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.
You could use tee to write the contents to a file or a pipe, and read the file afterwards.