The Trunk: Environments-fbs.34.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Environments-fbs.34.mcz

commits-2
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
-
- !