From: Joachim Glauche Date: 2008-01-27T01:14:56+09:00 Subject: Re: Ruby Program dont STOP Magician White wrote: > No CTRL+C stop processes i use it in all other programs. > Only with Ruby dont work. # cat loop.rb while true do puts "test" sleep 1 end # ruby loop.rb test test loop.rb:3:in `sleep': Interrupt from loop.rb:3 One single CTRL+C works fine for me here. I'm using the XFCE terminal. -- Posted via http://www.ruby-forum.com/.