Enhancement in Slots: 1. Pharo Image
• You are subscribed to this case
I renamed title because I found that addSlot: is just subclass responsibility in ClassDescription.
To add class side slots there is instance side method addClassSlot: (defined in Class). But there is no removeClassSlot:. So we should implement missing methods.
Title changed:
Class removeSlot method should be moved to ClassDescription
Implement method to remove class side slot