Group: comp.lang.ruby From: sayoyo Sayoyo Date: Friday, February 15, 2008 2:44 PM Subject: Will a "system call" wait until the command finishes?
Hi,
I wish to know, if I use system() to execute a time consuming task, will
ruby wait until the task is finished or it will automatically interprete
the next line?