Hi,
In Pharo 3 you guys integrated Doru�s CollectionsExtension package, which is great.
You forgot, however, to integrate the utility method #collectAsSet: I was using in several places in my code.
It should be simply
^ self collect: aBlock as: Set
Could someone please put this in the standard image please? Thanks.
Cheers,
R