J
James Coglan
[Note: parts of this message were removed to make it a legal post.]
Hi all,
If I run an external process, e.g.
IO.popen('cucumber')
Then Ruby blocks while waiting for the whole output of the subprocess. Is
there a way to read the subprocess' output incrementally as it is being
written?
Hi all,
If I run an external process, e.g.
IO.popen('cucumber')
Then Ruby blocks while waiting for the whole output of the subprocess. Is
there a way to read the subprocess' output incrementally as it is being
written?