Aug. 24, 2013
6:54 p.m.
On 2013-08-24, at 20:52, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
On Aug 24, 2013, at 7:20 PM, Camillo Bruni <camillobruni@gmail.com> wrote:
We have now:
String >> #asClass String >> #asClassIfAbsent: String >> #asClassIfPresent:
Ok I found them. I was working in an older image What was strange is that he method finder did not find it when I did #Point . Point
the method finder is not good for much since someone has to manually specify which methods to take into account and add them to a list of selectors.