Levente Uzonyi uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-ul.401.mcz==================== Summary ====================
Name: Collections-ul.401
Author: ul
Time: 2 November 2010, 6:27:15.942 pm
UUID: 0a1c53c0-73df-d84f-ab48-5d976d110df2
Ancestors: Collections-ul.400
- added Symbol >> #cull:, so unary symbols can be used instead of monadic blocks where #cull: is sent to them (e.g. #ifNotNil:)
=============== Diff against Collections-ul.400 ===============
Item was added:
+ ----- Method: Symbol>>cull: (in category 'evaluating') -----
+ cull: anObject
+
+ ^anObject perform: self!