class: SequenceableCollection
authorStefan Vogel <sv@exept.de>
Thu, 09 Apr 2015 13:52:46 +0200
changeset 18195 54a1f33ec35b
parent 18194 bec89cec5d13
child 18196 aa0aadd112ad
class: SequenceableCollection comment/format in: #asCollectionOfSubCollectionsSeparatedBy:
SequenceableCollection.st
--- a/SequenceableCollection.st	Thu Apr 09 13:42:14 2015 +0200
+++ b/SequenceableCollection.st	Thu Apr 09 13:52:46 2015 +0200
@@ -400,6 +400,8 @@
     ^ self == SequenceableCollection
 ! !
 
+
+
 !SequenceableCollection methodsFor:'Compatibility-Squeak'!
 
 allButFirst
@@ -2421,6 +2423,7 @@
      #(a b c d e f d d g h) asCollectionOfSubCollectionsSeparatedBy: #d.
      'foo-bar-baz' asCollectionOfSubCollectionsSeparatedBy: $-.
      'foobarbaz' asCollectionOfSubCollectionsSeparatedBy: $-. 
+     '' asCollectionOfSubCollectionsSeparatedBy: $-. 
     "
 !
 
@@ -7546,6 +7549,7 @@
     "Created: 14.2.1997 / 16:13:03 / cg"
 ! !
 
+
 !SequenceableCollection methodsFor:'searching'!
 
 detect:aBlock startingAt:startIndex
@@ -9837,11 +9841,11 @@
 !SequenceableCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/SequenceableCollection.st,v 1.406 2015-03-28 09:01:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SequenceableCollection.st,v 1.407 2015-04-09 11:52:46 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/SequenceableCollection.st,v 1.406 2015-03-28 09:01:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SequenceableCollection.st,v 1.407 2015-04-09 11:52:46 stefan Exp $'
 ! !