Oct. 14, 2008
6:43 a.m.
On Oc
Please note that original Collections-nice.111 has the deprecated method (at least my local copy of it).
SequenceableCollection>>startsWith: aCollection
self deprecated: 'Use beginsWith:.'. ^self beginsWith: aCollection
Since I replaced two sole senders in Base image (Service-Base-nice. 38), maybe Stef was overzealous ?
No I did not changed anything. So this is strange because we should not loose code like that.