Smalltalk.st
branchjv
changeset 21292 21faad473411
parent 21290 1e7175049bbc
parent 21265 e44b6104a678
child 23076 3f08e9d58571
--- a/Smalltalk.st	Fri Jan 20 20:17:13 2017 +0000
+++ b/Smalltalk.st	Wed Jan 25 14:28:27 2017 +0000
@@ -2249,7 +2249,10 @@
     <resource: #obsolete>
     "evaluate the argument, aBlock for all keys in the Smalltalk dictionary"
 
+    self obsoleteMethodWarning:'please use #keysDo:'.
     self keysDo:aBlock
+
+    "Modified: / 20-01-2017 / 17:52:40 / stefan"
 !
 
 allMethodCategories