Removing methods programmatically

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Removing methods programmatically

Casey Ransberger
What's the best way to remove a class side method programmatically?

--
Ron

Reply | Threaded
Open this post in threaded view
|

Re: Removing methods programmatically

laza
Would this work?

Workspace class removeSelector: #shouldStyle:

On Sat, Feb 27, 2010 at 20:49, Ronald Spengler <[hidden email]> wrote:
> What's the best way to remove a class side method programmatically?
>
> --
> Ron
>
>