Behavior.st
changeset 21052 78f6e1861891
parent 20976 90ddac3f02ec
child 21088 6f4535127ce6
child 21271 1dd0940b1283
--- 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