Chris Muller uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-cmm.729.mcz==================== Summary ====================
Name: Collections-cmm.729
Author: cmm
Time: 22 December 2016, 11:41:23.542114 pm
UUID: 7055f774-a3b6-4f1f-a8e6-94265108c10f
Ancestors: Collections-nice.728
Symbol>>#selector affords flexibility with input arguments that normally only accept Symbol selectors, to also accept MessageSends or CompiledMethods, too, as when drag and dropping a method out of a browser window.
=============== Diff against Collections-nice.728 ===============
Item was added:
+ ----- Method: Symbol>>selector (in category 'accessing') -----
+ selector
+ ^ self!