[Pharo-project] how to use the rewrite tools
April 2, 2009
8:45 p.m.
Hi I wanted to use the rewritetools. So I selected a package and refactoring scope on the new browser I selected rewritetools Since I want to replace self should: by self assert: I wrote something like that ParseTreeRewriter new replace: 'self should: `@.statements' with: 'self assert: `@.statements'; yourself Now how can I get the code run? Stef
April 2, 2009
8:58 p.m.
Since I want to replace self should: by self assert: I wrote something like that
ParseTreeRewriter new     replace: 'self should: `@.statements' with: 'self assert: `@.statements'; yourself
Now how can I get the code run?
Accept (Apple+S) Cheers, Lukas -- Lukas Renggli http://www.lukas-renggli.ch
6329
Age (days ago)
6329
Last active (days ago)
1 comments
2 participants
participants (2)
-
Lukas Renggli -
Stéphane Ducasse