# HG changeset patch # User Claus Gittinger # Date 1569954325 -7200 # Node ID 8e933187356326520815c995e9915494aaa3c682 # Parent 832c195c3dc4001492fc6d733174b7cf2a3dff50 #REFACTORING by exept class: MethodFinder changed: #findMessage diff -r 832c195c3dc4 -r 8e9331873563 MethodFinder.st --- a/MethodFinder.st Tue Oct 01 10:53:35 2019 +0200 +++ b/MethodFinder.st Tue Oct 01 20:25:25 2019 +0200 @@ -1584,7 +1584,7 @@ expressions isEmpty ifTrue: [ ^ 'no single method found, which does that function\(but to be honest, I did not try all of them, so there may be one actually)' withCRs ]. - expressions isString ifTrue: [^ OrderedCollection with: expressions]. + "/ expressions isString ifTrue: [^ OrderedCollection with: expressions]. ^ expressions !