Force at_exit/ensure NOT to run

i'm trying to debug something and thought i could prevent some at_exit and
ensure blocks from running by doing a

   Process::kill -9, Process::pid

but, apparently, i'm wrong. shouldn't this work? if not what might?

thanks.

-a

···

--
judge your success by what you had to give up in order to get it.
- h.h. the 14th dali lama

Have you tried Kernel#exit! ?

···

--
Kent
---

On 2/22/06, ara.t.howard@noaa.gov <ara.t.howard@noaa.gov> wrote:

i'm trying to debug something and thought i could prevent some at_exit and
ensure blocks from running by doing a

   Process::kill -9, Process::pid

but, apparently, i'm wrong. shouldn't this work? if not what might?

thanks.

-a

--
judge your success by what you had to give up in order to get it.
- h.h. the 14th dali lama