[squeak-dev] The Trunk: Kernel-cmm.817.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Nov 1 01:48:07 UTC 2013


Chris Muller uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-cmm.817.mcz

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

Name: Kernel-cmm.817
Author: cmm
Time: 31 October 2013, 8:47:05.439 pm
UUID: a37c9485-212f-4f0d-9e39-69952517d138
Ancestors: Kernel-cmm.816

notNil belongs on ProtoObject along with the other common nil-testing methods.

=============== Diff against Kernel-cmm.816 ===============

Item was removed:
- ----- Method: Object>>notNil (in category 'testing') -----
- notNil
- 	"Coerces nil to false and everything else to true."
- 
- 	^true!

Item was added:
+ ----- Method: ProtoObject>>notNil (in category 'testing') -----
+ notNil
+ 	"Coerces nil to false and everything else to true."
+ 
+ 	^true!



More information about the Squeak-dev mailing list