From: Caio Chassot Date: 2005-09-10T06:15:35+09:00 Subject: Re: method_added for class methods >> def singletin_method_added(*args) > > s/tin/ton/ :-) > Thanks. That did the trick. I didn't know about singleton_method_added. > Like so many things, it comes down to: > > * objects can have singleton methods > * singleton methods are stored in the object's singleton class > * classes are objects > > It's so lovely, don't you think? :-) > Indeed :)