SequenceableCollection.st
branchjv
changeset 19236 e6403ba50de1
parent 19229 c20beb908660
parent 19230 e57897185dab
child 19303 0f6711342ff1
--- a/SequenceableCollection.st	Tue Feb 16 07:24:34 2016 +0000
+++ b/SequenceableCollection.st	Wed Feb 17 07:03:44 2016 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -398,7 +400,6 @@
     ^ self == SequenceableCollection
 ! !
 
-
 !SequenceableCollection methodsFor:'Compatibility-Squeak'!
 
 allButFirst
@@ -711,7 +712,6 @@
     ^ self replaceFrom:start to:stop with:anArray startingAt:repStart
 ! !
 
-
 !SequenceableCollection methodsFor:'accessing'!
 
 after:anObject
@@ -7765,7 +7765,6 @@
     "Created: 14.2.1997 / 16:13:03 / cg"
 ! !
 
-
 !SequenceableCollection methodsFor:'searching'!
 
 detect:aBlock startingAt:startIndex