Subject: [ruby-talk:00206] Rescuing from a ^C?
From: Julian Fondren <julian imaji.net>
Date: Fri, 22 Jan 1999 06:09:05 -0600 (CST)
In-reply-to: 203
Hello,
How would I in ruby rescue from a ^C? rescue with no arguments, Interrupt,
or SystemExit fail, as does ensure. What I would like to do is allow ^C to
escape from a loop, and then to continue the program.
Thank you,