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

commits at source.squeak.org commits at source.squeak.org
Sun Nov 24 20:53:36 UTC 2013


Frank Shearar uploaded a new version of Environments to project The Trunk:
http://source.squeak.org/trunk/Environments-fbs.34.mcz

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

Name: Environments-fbs.34
Author: fbs
Time: 24 November 2013, 8:52:50.076 pm
UUID: 953b173c-880c-4445-861d-4dd6461aef39
Ancestors: Environments-cmm.33

#hasBindingThatBeginsWith: belongs to Shout.

=============== Diff against Environments-cmm.33 ===============

Item was removed:
- ----- Method: Environment>>hasBindingThatBeginsWith: (in category 'binding') -----
- hasBindingThatBeginsWith: aString
- 	references associationsDo:
- 		[:ea | (ea key beginsWith: aString) ifTrue: [^ true]].
- 	^ false
- 	
- !



More information about the Squeak-dev mailing list