[squeak-dev] The Trunk: System-ul.426.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Mar 13 22:16:06 UTC 2011


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

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

Name: System-ul.426
Author: ul
Time: 13 March 2011, 11:15:32.853 pm
UUID: 28cbc6a1-9bf5-9c4c-97bc-7cd2474b8bf8
Ancestors: System-ml.425

- refactored MethodReference >> #actualClass and moved to the System package

=============== Diff against System-ml.425 ===============

Item was added:
+ ----- Method: MethodReference>>actualClass (in category 'accessing') -----
+ actualClass 
+ 
+ 	^Smalltalk globals at: classSymbol ifPresent: [ :actualClass |
+ 		classIsMeta
+ 			ifTrue: [ actualClass classSide ]
+ 			ifFalse: [ actualClass ] ]
+ 
+ !




More information about the Squeak-dev mailing list