SequenceableCollection.st
changeset 16701 316577a57c5d
parent 16694 ddb4534bf499
child 16702 7b1f3ddf3032
--- a/SequenceableCollection.st	Wed Jul 09 13:58:15 2014 +0200
+++ b/SequenceableCollection.st	Wed Jul 09 16:49:04 2014 +0200
@@ -626,7 +626,8 @@
     "
      #('hello' 'world' 'foo' 'bar' 'baz') joinWith:$;   
      #('hello' 'world' 'foo' 'bar' 'baz') joinWith:$|
-    "
+     #('hello' 'world' 'foo' 'bar' 'baz') joinWithAll:'; '
+    "                                     
 !
 
 shuffled
@@ -9785,11 +9786,11 @@
 !SequenceableCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/SequenceableCollection.st,v 1.384 2014-07-04 10:25:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SequenceableCollection.st,v 1.385 2014-07-09 14:49:04 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/SequenceableCollection.st,v 1.384 2014-07-04 10:25:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SequenceableCollection.st,v 1.385 2014-07-09 14:49:04 cg Exp $'
 ! !