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!