Sometimes, you want to extend an existing class with a new method, and you would like to put that extension in your own package, rather than in the package that owns the class. Today we'll have a look at that in Pharo
Sometimes, you want to extend an existing class with a new method, and you would like to put that extension in your own package, rather than in the package that owns the class. Today we'll have a look at that in Pharo