Never mind, I guess...one more try got me:

RefactoringBrowser new removeMethodsSafe: #(#method1) from: ArbitraryObject.

Rob


On Wed, May 21, 2008 at 8:43 AM, Rob Rothwell <r.j.rothwell@gmail.com> wrote:
Does anyone know a good way to remove a method from an object programatically?

For example

ArbitraryObject removeMethod: #method1.

There are many "...Refactory...." or "...Refactoring" objects out there, but I can't seem to figure any of them out...

Rob