Behavior.st
branchjv
changeset 21088 6f4535127ce6
parent 21026 81e280fc1b93
parent 21052 78f6e1861891
child 21292 21faad473411
--- a/Behavior.st	Wed Nov 30 10:19:49 2016 +0000
+++ b/Behavior.st	Wed Nov 30 10:25:34 2016 +0000
@@ -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