Nicolas Cellier uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-nice.299.mcz==================== Summary ====================
Name: Collections-nice.299
Author: nice
Time: 9 February 2010, 8:58:48.298 pm
UUID: 8084774f-138c-4be0-9ce6-e1bfff093403
Ancestors: Collections-nice.298
Add fix from Grease: (2 to: 1) anyOne should fail because empty.
=============== Diff against Collections-nice.298 ===============
Item was added:
+ ----- Method: Interval>>anyOne (in category 'accessing') -----
+ anyOne
+ "This message will fail for an empty Interval, super would not."
+ ^self at: 1!