Behavior.st
changeset 21315 6ce768918447
parent 21271 1dd0940b1283
child 21387 e3865533e6a6
child 21391 011f12112e92
--- a/Behavior.st	Fri Jan 27 18:15:59 2017 +0100
+++ b/Behavior.st	Sat Jan 28 02:10:18 2017 +0100
@@ -4768,7 +4768,7 @@
 hasMethods
     "return true, if there are any (local) methods in this class"
 
-    ^ (self methodDictionary size ~~ 0)
+    ^ ("self " methodDictionary size ~~ 0)
 
     "
      True hasMethods