[squeak-dev] The Trunk: Collections-ul.388.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Oct 12 02:45:54 UTC 2010


Levente Uzonyi uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-ul.388.mcz

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

Name: Collections-ul.388
Author: ul
Time: 12 October 2010, 3:30:55.214 am
UUID: 878e4717-8321-9443-a644-b376ff4f9741
Ancestors: Collections-Igor.Stasenko.387

- moved Dictionary >> #hasBindingThatBeginsWith: to ShoutCore

=============== Diff against Collections-Igor.Stasenko.387 ===============

Item was removed:
- ----- Method: Dictionary>>hasBindingThatBeginsWith: (in category 'testing') -----
- hasBindingThatBeginsWith: aString
- 	"Answer true if the receiver has a key that begins with aString, false otherwise"
- 	
- 	self keysDo:[:each | 
- 		(each beginsWith: aString)
- 			ifTrue:[^true]].
- 	^false!




More information about the Squeak-dev mailing list