From: James Coglan Date: 2010-03-08T23:46:38+09:00 Subject: Capturing incremental output from STDOUT --0015174478f49a8ede04814b2119 Content-Type: text/plain; charset=ISO-8859-1 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? -- James Coglan http://jcoglan.com +44 (0) 7771512510 --0015174478f49a8ede04814b2119--