From: brabuhr@... Date: 2010-04-02T02:30:03+09:00 Subject: Re: trap(:INT); system(); STDIN.gets(); ^C On Wed, Mar 31, 2010 at 3:43 PM, Tudor Lupei wrote: > unknown wrote: >> With or without line 7, here both programs behave the same (Ctrl-C + >> EOF -> Bye): > > So you need to hit ^C^D every time? yes, on this host both versions act like > # with system('date') > $ ruby test.rb > Wed Mar 31 20:04:28 EEST 2010 > Say something: ^C