Removed Class>>bindingOf: as it is now part of libcompat
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 15 Oct 2011 18:24:20 +0000
changeset 35 0bb85506f02a
parent 34 4c372f8296b9
child 36 1bfd09c6b3d8
Removed Class>>bindingOf: as it is now part of libcompat
extensions.st
--- a/extensions.st	Sat May 07 13:19:45 2011 +0000
+++ b/extensions.st	Sat Oct 15 18:24:20 2011 +0000
@@ -19,11 +19,8 @@
 
     "Created: / 11-06-2008 / 11:20:35 / Jan Vrany <vranyj1@fel.cvut.cz>"
 ! !
-!Class methodsFor:'accessing'!
-
-bindingOf: classVarName
+!cvut_stx_goodies_newcompiler class methodsFor:'documentation'!
 
-    ^(self fullName , ':' , classVarName) asSymbol
-
-    "Created: / 11-06-2008 / 11:29:19 / Jan Vrany <vranyj1@fel.cvut.cz>"
+extensionsVersion_SVN
+    ^ '$Id$'
 ! !