Is it possible to undefine a method. For example: class A def method end end A.undefine_method(:method) Is this possible? I need to do this because I'm dynamically building methods into a class and it would make everything cleaner. -- Posted via http://www.ruby-forum.com/.