#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 25 Nov 2016 15:58:08 +0100
changeset 21052 78f6e1861891
parent 21051 19fd2043872d
child 21053 e7a717fde76a
#DOCUMENTATION by cg class: Behavior comment/format in: #methodsDo:
Behavior.st
--- a/Behavior.st	Fri Nov 25 15:49:39 2016 +0100
+++ b/Behavior.st	Fri Nov 25 15:58:08 2016 +0100
@@ -2210,7 +2210,10 @@
     "
      UndefinedObject methodsDo:[:m | Transcript showCR:m whoString]
      UndefinedObject selectorsDo:[:sym | Transcript showCR:sym]
-    "
+     UndefinedObject methodDictionary
+    "
+
+    "Modified (comment): / 25-11-2016 / 15:42:43 / cg"
 !
 
 selectorsAndMethodsDo:aTwoArgBlock