The Trunk: Collections-mt.597.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Collections-mt.597.mcz

commits-2
Marcel Taeumel uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-mt.597.mcz

==================== Summary ====================

Name: Collections-mt.597
Author: mt
Time: 16 January 2015, 10:58:06.65 am
UUID: 30d20939-3981-af4d-88b7-8e85c4f29201
Ancestors: Collections-mt.596

Removed non-working #first: from OrderedDictionary. Was committed by accident. ^__^

=============== Diff against Collections-mt.596 ===============

Item was removed:
- ----- Method: OrderedDictionary>>first: (in category 'accessing') -----
- first: n
-
- "Answer the first n elements of the receiver.
- Raise an error if there are not enough elements."
-
- ^ self copyFrom: 1 to: n!