From: aurelianito Date: 2005-10-08T04:26:53+09:00 Subject: Method added hook Hi! I'm looking for a way to prevent the redefinition of a method. I'm able to check when a method is defined (redefining Module#method_added) but I'm unable to halt the new definition. I'm also unable to know if the method is already defined or not. Any thoughts? Thank's, Aureliano.