Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SIGKILL can't be trapped, so don't try
The SIGKILL signal [cannot be trapped or ignored](http://en.wikipedia.org/wiki/Unix_signal#SIGKILL), so we shouldn't try. Newer versions of Ruby will raise an exception if you try to trap this signal.
- Loading branch information