#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Sat, 28 Jan 2017 02:10:18 +0100
changeset 21315 6ce768918447
parent 21314 e4b70f6ab264
child 21316 186f4d063585
#REFACTORING by cg class: Behavior changed: #hasMethods
Behavior.st
--- 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