class: Collection
authorClaus Gittinger <cg@exept.de>
Wed, 05 Mar 2014 16:16:46 +0100
changeset 16219 d47d831c4584
parent 16218 5e87a242990b
child 16220 0834bd0e9d85
class: Collection removed: #test oops - leftover debugging code
Collection.st
--- a/Collection.st	Wed Mar 05 14:40:49 2014 +0100
+++ b/Collection.st	Wed Mar 05 16:16:46 2014 +0100
@@ -3365,10 +3365,6 @@
     "
 !
 
-test
-     #(1 2 3 4) detect: #odd     
-!
-
 triplesDo:aThreeArgBlock
     "evaluate the argument, aThreeArgBlock for every element in the collection,
      which is supposed to consist of 3-element collections.
@@ -5543,11 +5539,11 @@
 !Collection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.334 2014-03-05 13:19:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.335 2014-03-05 15:16:46 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.334 2014-03-05 13:19:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.335 2014-03-05 15:16:46 cg Exp $'
 ! !