Nov. 12, 2017
1:12 p.m.
Hi Everyone, I'm loading some code in to Pharo 7 that tries to use #ifNotNilDo:. There's already a transformation to re-write it to the correct #ifNotNil: - RBRuleIfNotNilDo. How can I apply the transformation to all existing methods in the image that call #ifNotNilDo:? Thanks, Alistair