Synchronizing local changes after getting "Detached..." warning at Iceberg. #1

Merged
Offray merged 4 commits from image-sync into master 2021-06-20 19:14:35 +00:00
Showing only changes of commit cb83de542b - Show all commits

View File

@ -1,12 +0,0 @@
utilities
abilitiesAsWikiTextFor: abilitiesSubset
| aStream |
aStream := '' writeStream.
abilitiesSubset do: [:abi|
aStream
nextPutAll: ' <li> ⬢'; cr;
nextPutAll: ' ';
nextPutAll: abi; cr;
nextPutAll: ' </li>'; cr ].
^ aStream contents