On Aug 24, 2013, at 11:54 AM, Stéphane Ducasse <
[hidden email]> wrote:
> Because the finder does not work anymore
>
>
https://pharo.fogbugz.com/default.asp?11456>
My guess is that it used the old AST and now gets the RB AST.
shortPrintOn: is implemented in ParseNode, but not in RBProgramNode.
Either it needs to be added or (better), the caller needs to be fixed.
I will do that later…
Marcus