Is there a way to intercept method defines, so that i can setup a  
callback whenever a new method is defined for a class?  I'm looking  
for something that works with the def keyword, and doesn't require  
any extensions.

-Ben