On Tue, Apr 8, 2008 at 5:30 PM, Dave Thomas <dave / pragprog.com> wrote: > Run it from the console. Then try ^C. I just get ^C echoed back and the > program continues running. I have to kill -9 it to get it to stop. > > Do others see this? Nope here, using 10.5: federicobuiles@korobushka: ~ $ ruby foo.rb ^Cfoo.rb:1:in `sleep': Interrupt from foo.rb:1 from foo.rb:1:in `loop' from foo.rb:1 -- Federico