Subject: [ruby-core:27208] Re: unable to send signal "EXIT"
From: Roger Pack <rogerdpack gmail.com>
Date: Thu, 17 Dec 2009 14:17:33 +0900
References: 2720527206
In-reply-to: 27206
> "EXIT" is special pseudo signal to trap program termination.
> So, you can use it for Signal.trap, but not to invoke by
> the name.
Ok. I might submit a patch to the rdoc's sometime about it.
Thanks!
-r