From: Ryan Davis Date: 2012-01-14T05:07:18+09:00 Subject: Re: at_exit handling On Jan 12, 2012, at 14:44 , Marc Heiler wrote: > Am I correct in that at_exit may be potentially harmful in a very large > ruby project, when multiple at_exits are doing different things? Any and all code is potentially harmful in any size project. I don't see how at_exit is different or special in that aspect in any way.