The Trunk: Kernel-eem.1373.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Kernel-eem.1373.mcz

commits-2
Eliot Miranda uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-eem.1373.mcz

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

Name: Kernel-eem.1373
Author: eem
Time: 18 February 2021, 9:26:43.175183 am
UUID: e0852235-f3e5-4b35-a017-57a8bd0568f5
Ancestors: Kernel-eem.1372

Provide Context>>homeMethod as a convenience for thisContext method homeMethod or thisContext home method. homeMethod is polymorphic with BlockClosure and CompiledCode.

=============== Diff against Kernel-eem.1372 ===============

Item was added:
+ ----- Method: Context>>homeMethod (in category 'accessing') -----
+ homeMethod
+ "Answer the home method associated with the receiver.
+ This is polymorphic with BlockClosure, CompiledCode, etc"
+ ^method homeMethod!