CharacterArray.st
changeset 17543 bb01d670ad82
parent 17517 7a7bd8c467c7
child 17600 0a26280816a3
--- a/CharacterArray.st	Mon Feb 23 16:34:02 2015 +0100
+++ b/CharacterArray.st	Mon Feb 23 19:37:09 2015 +0100
@@ -288,7 +288,6 @@
     "Created: 3.8.1997 / 18:16:40 / cg"
 ! !
 
-
 !CharacterArray class methodsFor:'cleanup'!
 
 lowSpaceCleanup
@@ -738,16 +737,16 @@
     ^ self withCRs
 
     "Modified: / 13.11.2001 / 19:16:25 / cg"
-! !
-
-!CharacterArray methodsFor:'Compatibility-Dolphin'!
+!
 
 argumentCount
     "same as #numArgs - return the number of arguments a message with myself
      as selector would take."
 
     ^ self numArgs
-!
+! !
+
+!CharacterArray methodsFor:'Compatibility-Dolphin'!
 
 copyExpanding:expandTable
     "return a copy of myself, with translations from the expandTable sliced in.
@@ -4357,8 +4356,6 @@
 ! !
 
 
-
-
 !CharacterArray methodsFor:'matching - glob expressions'!
 
 compoundMatch:aString
@@ -5042,7 +5039,6 @@
 ! !
 
 
-
 !CharacterArray methodsFor:'padded copying'!
 
 centerPaddedTo:newSize
@@ -7295,15 +7291,14 @@
     ^ aVisitor visitString:self with:aParameter
 ! !
 
-
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.575 2015-02-19 20:36:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.576 2015-02-23 18:37:09 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.575 2015-02-19 20:36:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.576 2015-02-23 18:37:09 cg Exp $'
 ! !