We can now remove the code for Pharo11. `Object>>#forPharo12AndNewer:forPharo11:` Replace: ``` ``@receiver forPharo12AndNewer: [ ``@any ] forPharo11: [ ``@any2] ``` with: ``` ``@any ```
We can now remove the code for Pharo11.
Object>>#forPharo12AndNewer:forPharo11:Replace:
with: