Jan. 6, 2014
8:24 p.m.
Hi ben I was looking at Spec code and I wonder why we have these methods in Object? asWidget ^ self I do not get why any object could get a widget. isSpecAdapter ^ false since an adapter is a subclass of Morph why can we move it to morph? If in the future we have other adapter then we will just add isSpecAdapter to the root of the new hierarchy. isSpecLayout ^ false For this one I did not have an idea. Stef