[Pkg] The Trunk: Kernel-ul.574.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Apr 26 23:09:55 UTC 2011


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

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

Name: Kernel-ul.574
Author: ul
Time: 27 April 2011, 1:09:14.442 am
UUID: c0c9cff9-5977-a14c-a3c0-7b53ba4c2771
Ancestors: Kernel-nice.573

Fixed an evil typo.

=============== Diff against Kernel-nice.573 ===============

Item was changed:
  ----- Method: Behavior>>instVarIndexFor:ifAbsent: (in category 'accessing instances and variables') -----
  instVarIndexFor: instVarName ifAbsent: aBlock
  	"Answer the index of the named instance variable."
  	
+ 	^self allInstVarNames indexOf: instVarName ifAbsent: aBlock!
- 	^self allInstVarNames indexOf: #instVarName ifAbsent: aBlock!



More information about the Packages mailing list