Class MethodNamespace


back
namespaces
Namespaces isNil ifFalse: [^ Namespaces].

Namespaces := Array new: 1.
Namespaces at: 1 put: (self new name: #Root).
^ Namespaces