gt-crashes/2 #3

Merged
Offray merged 2 commits from gt-crashes/2 into master 2023-05-22 01:59:35 +00:00
Showing only changes of commit 473c262454 - Show all commits

View File

@ -48,6 +48,7 @@ PubPubContent >> printOn: aStream [
PubPubContent >> shortName [
| sanitized |
sanitized := (self title splitOn: $:) first.
sanitized := sanitized copyReplaceAll: '' with: ''.
sanitized := sanitized asCamelCase.
sanitized at: 1 put: sanitized first asLowercase.
^ sanitized