Andreas Raab uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-ar.55.mcz==================== Summary ====================
Name: EToys-ar.55
Author: ar
Time: 6 January 2010, 11:56:49 am
UUID: f5d48055-199d-f14e-8cee-53a21c90192d
Ancestors: EToys-ar.54
Move belongsToUniClass back to Kernel package.
=============== Diff against EToys-ar.54 ===============
Item was removed:
- ----- Method: Object>>belongsToUniClass (in category '*Etoys-viewer') -----
- belongsToUniClass
- "Answer whether the receiver belongs to a uniclass. For the moment (this is not entirely satisfactory) this is precisely equated with the classname ending in a digit"
-
- ^ self class name endsWithDigit!