MethodFinder.st
branchjv
changeset 3158 f8c56a311307
parent 3128 87750af738dc
parent 2935 111dfc634cc2
child 3329 a4cbc797038b
--- a/MethodFinder.st	Fri Mar 22 11:11:55 2013 +0000
+++ b/MethodFinder.st	Thu Mar 28 12:22:48 2013 +0000
@@ -42,6 +42,7 @@
 "
 ! !
 
+
 !MethodFinder class methodsFor:'accessing'!
 
 abortAllSignal
@@ -104,6 +105,7 @@
     Dangerous := something.
 ! !
 
+
 !MethodFinder class methodsFor:'as yet unclassified'!
 
 methodFor: dataAndAnswers
@@ -124,6 +126,7 @@
         ^ resultString
 ! !
 
+
 !MethodFinder methodsFor:'accessing'!
 
 answers
@@ -146,6 +149,7 @@
         ^ selector
 ! !
 
+
 !MethodFinder methodsFor:'arg maps'!
 
 argMap
@@ -188,6 +192,7 @@
         ^ thisData 
 ! !
 
+
 !MethodFinder methodsFor:'find a constant'!
 
 allNumbers
@@ -328,6 +333,7 @@
         ^ true
 ! !
 
+
 !MethodFinder methodsFor:'initialization'!
 
 cleanInputs: dataAndAnswerString
@@ -1342,6 +1348,7 @@
         (#x at: 1) codePoint = 120 ifFalse: [self error: 'Character table mod'].
 ! !
 
+
 !MethodFinder methodsFor:'search'!
 
 exceptions
@@ -1567,6 +1574,7 @@
     "Modified: / 13.11.2001 / 19:08:39 / cg"
 ! !
 
+
 !MethodFinder methodsFor:'tests'!
 
 verify
@@ -1627,14 +1635,15 @@
         ) searchForOne asArray = #('data1 \\ data2') ifFalse: [self error: 'should have found it'].     
 ! !
 
+
 !MethodFinder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.31 2012/10/29 11:38:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.31 2012-10-29 11:38:51 cg Exp $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.31 2012/10/29 11:38:51 cg Exp §'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.31 2012-10-29 11:38:51 cg Exp $'
 !
 
 version_HG