Eliot Miranda uploaded a new version of Environments to project The Trunk:
http://source.squeak.org/trunk/Environments-eem.58.mcz==================== Summary ====================
Name: Environments-eem.58
Author: eem
Time: 12 November 2015, 5:24:15.411 pm
UUID: 97d16f02-19ce-4b4f-af7a-4a431837172a
Ancestors: Environments-cmm.57
Make sure we can collect; environments too.
=============== Diff against Environments-cmm.57 ===============
Item was added:
+ ----- Method: Environment>>collect: (in category 'emulating') -----
+ collect: aBlock
+ ^ declarations collect: aBlock!