class: MethodFinder
authorClaus Gittinger <cg@exept.de>
Sat, 28 Sep 2013 14:54:57 +0200
changeset 3403 1ac8be06c4a2
parent 3402 d13a0331a314
child 3408 577faf4623d0
class: MethodFinder changed: #initialize
MethodFinder.st
--- a/MethodFinder.st	Sat Sep 28 14:10:20 2013 +0200
+++ b/MethodFinder.st	Sat Sep 28 14:54:57 2013 +0200
@@ -767,7 +767,7 @@
         #'copyReplaceAll:with:asTokens:' 
 
     "ST/X copying"        
-        copyWithoutLast: copyLast:  copyFrom: copyTo:
+        copyButLast: copyLast:  copyFrom: copyTo:
     "ST/X testing"        
         longestCommonPrefix
         ) do: [:sel | Approved add: sel].
@@ -1637,10 +1637,10 @@
 !MethodFinder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.35 2013-09-24 20:07:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.36 2013-09-28 12:54:57 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.35 2013-09-24 20:07:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.36 2013-09-28 12:54:57 cg Exp $'
 ! !