[squeak-dev] The Trunk: Environments-fbs.5.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Mar 10 22:42:24 UTC 2013


Nicolas Cellier uploaded a new version of Environments to project The Trunk:
http://source.squeak.org/trunk/Environments-fbs.5.mcz

==================== Summary ====================

Name: Environments-fbs.5
Author: fbs
Time: 3 August 2012, 9:11:57.622 pm
UUID: 07a930ba-2277-4253-8810-25012ba8e67f
Ancestors: Environments-cmm.4

Colin Putney will point out that Environments should actually provide a higher-level API than Dictionary. This is a compatibility call.

=============== Diff against Environments-cmm.4 ===============

Item was added:
+ ----- Method: Environment>>removeKey:ifAbsent: (in category 'accessing') -----
+ removeKey: key ifAbsent: aBlock
+ 	self flag: #review.
+ 	^ contents removeKey: key ifAbsent: aBlock!



More information about the Squeak-dev mailing list