Smalltalk
›
Pharo
›
Pharo Smalltalk Users
Search
everywhere
only in this topic
Advanced Search
How to delete a class and method programatically?
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
2 messages
Alex Schenkman
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
How to delete a class and method programatically?
Hi list,
How can I delete a class pragmatically?
And a method?
Thanks in advance!
Mariano Martinez Peck
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: How to delete a class and method programatically?
On Thu, Jun 30, 2011 at 11:44 AM, Alex Schenkman
<
[hidden email]
>
wrote:
Hi list,
How can I delete a class pragmatically?
MyClass removeFromSystem
And a method?
MyClass removeSelector: #foo
Thanks in advance!
--
Mariano
http://marianopeck.wordpress.com
Free forum by Nabble
Edit this page