The Inbox: Collections-ct.915.mcz

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

The Inbox: Collections-ct.915.mcz

commits-2
Christoph Thiede uploaded a new version of Collections to project The Inbox:
http://source.squeak.org/inbox/Collections-ct.915.mcz

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

Name: Collections-ct.915
Author: ct
Time: 8 October 2020, 8:21:15.67836 pm
UUID: 100e2e09-bb92-5840-ba4f-575ce040519e
Ancestors: Collections-eem.913

Adds accessor and constructor for TextURL

=============== Diff against Collections-eem.913 ===============

Item was added:
+ ----- Method: TextURL class>>url: (in category 'instance creation') -----
+ url: anUrl
+
+ ^ self new
+ url: anUrl;
+ yourself!

Item was added:
+ ----- Method: TextURL>>url (in category 'accessing') -----
+ url
+ ^ url!