[squeak-dev] The Trunk: Collections-nice.497.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jan 2 17:38:07 UTC 2013


Nicolas Cellier uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-nice.497.mcz

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

Name: Collections-nice.497
Author: nice
Time: 2 January 2013, 6:36:54.091 pm
UUID: 98612202-e775-d64b-a663-1a2a9909d92c
Ancestors: Collections-bf.496

Thu shalt not invoke super in vain

=============== Diff against Collections-bf.496 ===============

Item was changed:
  ----- Method: CharacterSetComplement class>>of: (in category 'instance creation') -----
  of: aCharacterSet
  	"answer the complement of aCharacterSet"
  	
+ 	^ self new complement: aCharacterSet!
- 	^ super new complement: aCharacterSet!



More information about the Squeak-dev mailing list