Nicolas Cellier uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-nice.271.mcz==================== Summary ====================
Name: Collections-nice.271
Author: nice
Time: 3 January 2010, 3:32:46 am
UUID: 5b4c8839-dd4c-44d1-a5b6-714fc76ff1f5
Ancestors: Collections-nice.270
move #basicType to EToys
=============== Diff against Collections-nice.270 ===============
Item was removed:
- ----- Method: String>>basicType (in category 'printing') -----
- basicType
- "Answer a symbol representing the inherent type of the receiver"
-
- "Number String Boolean player collection sound color etc"
- ^ #String!
Item was removed:
- ----- Method: Text>>basicType (in category 'attributes') -----
- basicType
- "Answer a symbol representing the inherent type I hold"
-
- "Number String Boolean player collection sound color etc"
- ^ #Text!