2007/8/9, isaiah <cappadonza(a)hotmail.com>om>:
cool thanks lukas
exercise 18 also ays "Override #description on the instance-side, call super
and
compose it with the CustomDescription." what does this mean how do i compose
it
I guess it means something like:
MyObject>>description
^ super description copy
add: self customDescription;
yourself
I'm not sure, but I think #copy is important after the call to super.
--
Damien Cassou