From: Martin Hansen Date: 2010-08-06T02:37:31+09:00 Subject: Re: Abstracting exception handling Andrew Wagner wrote: > Then when you could do is have a module which overrides Ruby's method > that > gets called when you define a method. You can alias the method being > created > to something else, then define a new method which calls that one, but > wraps > it in whatever error-handling code you want. Sorry, I have no idea how to do that - it sounds terribly complicated. Is there no simple solution? Could you perhaps give a small example? Martin -- Posted via http://www.ruby-forum.com/.