#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 10 Feb 2017 10:41:07 +0100
changeset 21392 2fbf902049bf
parent 21391 011f12112e92
child 21393 ed2989c9dca3
#DOCUMENTATION by cg class: Behavior added: #theMetaClass compatibility only
Behavior.st
--- a/Behavior.st	Fri Feb 10 10:35:46 2017 +0100
+++ b/Behavior.st	Fri Feb 10 10:41:07 2017 +0100
@@ -1331,6 +1331,17 @@
     "
 !
 
+theMetaClass
+    <resource: #obsolete>
+    
+    "alias for theMetaclass (Squeak) - return the class.
+     sigh; in ST/X, it is called theMetaclass; please use that."
+
+    ^ self theMetaclass
+
+    "Created: / 10-02-2017 / 10:39:58 / cg"
+!
+
 theNonMetaClass
     <resource: #obsolete>