Class MethodNamespace


back
removeIfExist: aNamespace
self assert: [aNamespace class == self].
Namespaces := self Namespaces reject: [:n| n == aNamespace]