How to remove a class ?

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

How to remove a class ?

HilaireFernandes
Hi,

One creates by code a new class with: "Object subclass: #Situation".
What is the counter part API to remove it from the system?

Thanks

Hilaire

--
Dr. Geo
http://drgeo.eu


Reply | Threaded
Open this post in threaded view
|

Re: How to remove a class ?

tesonep@gmail.com
You can send the message #removeFromSystem to the class.

Cheers

On Thu, Mar 9, 2017 at 1:44 PM, Hilaire <[hidden email]> wrote:
Hi,

One creates by code a new class with: "Object subclass: #Situation".
What is the counter part API to remove it from the system?

Thanks

Hilaire

--
Dr. Geo
http://drgeo.eu





--
Pablo Tesone.
[hidden email]