copyTo: copyFrom: copyWithoutLast: added to list
authorpenk
Tue, 13 Nov 2001 09:59:44 +0100
changeset 1103 7582880480cf
parent 1102 4763b34e4c0e
child 1104 237db486634c
copyTo: copyFrom: copyWithoutLast: added to list
MethodFinder.st
--- a/MethodFinder.st	Fri Nov 09 22:48:08 2001 +0100
+++ b/MethodFinder.st	Tue Nov 13 09:59:44 2001 +0100
@@ -537,6 +537,7 @@
 "accessing" allButFirst allButLast at:ifAbsent: atAll: atPin: atRandom: atWrap: fifth first fourth identityIndexOf: #'identityIndexOf:ifAbsent:' indexOf: #'indexOf:ifAbsent:' #'indexOf:startingAt:ifAbsent:' #'indexOfSubCollection:startingAt:' #'indexOfSubCollection:startingAt:ifAbsent:' last second sixth third
 "removing"
 "copying" , copyAfterLast: #'copyAt:put:' #'copyFrom:to:' #'copyReplaceAll:with:' #'copyReplaceFrom:to:with:' copyUpTo: copyUpToLast: copyWith: copyWithout: copyWithoutAll: #'forceTo:paddingWith:' shuffled sortBy:
+            copyWithoutLast: copyFrom: copyTo:
 "enumerating" collectWithIndex: findFirst: findLast: pairsCollect: #'with:collect:' withIndexCollect: polynomialEval:
 "converting" asArray asDictionary asFloatArray asIntegerArray asStringWithCr asWordArray reversed
 "private" #'copyReplaceAll:with:asTokens:' ) do: [:sel | Approved add: sel].
@@ -1127,5 +1128,5 @@
 !MethodFinder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.3 2001-11-09 08:13:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.4 2001-11-13 08:59:44 penk Exp $'
 ! !