I don't think it has to be in the image,After all, you can just replace your calls for #collect:as:
EstebanOn Tue, Dec 10, 2013 at 2:21 PM, Roberto Minelli <roberto.minelli@usi.ch> wrote: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