The Inbox: Tools-ct.893.mcz

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

The Inbox: Tools-ct.893.mcz

commits-2
A new version of Tools was added to project The Inbox:
http://source.squeak.org/inbox/Tools-ct.893.mcz

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

Name: Tools-ct.893
Author: ct
Time: 21 September 2019, 7:20:10.737935 pm
UUID: f32cf025-60a4-734b-9f33-932112bac554
Ancestors: Tools-mt.892

Implement #browse on MethodReference

=============== Diff against Tools-mt.892 ===============

Item was added:
+ ----- Method: MethodReference>>browse (in category '*Tools-Browsing') -----
+ browse
+
+ ^ ToolSet browse: self actualClass selector: self selector!