[Magritte] exercices

Cédrick Béler cbeler at enit.fr
Mon Jun 12 08:56:03 UTC 2006


>> I found the solution might be:
>>
>> MAPersonModel>>description
>>         ^super description copy;
>>                 add: CustomDescription ;
>>                 yourself
>>
uhm it looks like an error I made ;) ...

MAPersonModel>>description
        ^super description copy       (<-  without  #;  otherwise it 
will add over and over descriptions)
                add: CustomDescription ;
                yourself

and I used addAll: too

see you

Cédrick



More information about the Squeak-dev mailing list