<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        Hi, all.<div><br></div><div>Does this specialization still make sense? Is the basic implementation in String maybe good enough?</div><div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 18.11.2019 11:59:57 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">Marcel Taeumel uploaded a new version of System to project The Trunk:<br>http://source.squeak.org/trunk/System-mt.1120.mcz<br><br>==================== Summary ====================<br><br>Name: System-mt.1120<br>Author: mt<br>Time: 18 November 2019, 11:59:46.982051 am<br>UUID: 3b02303b-94ab-f642-a9b9-07021136324b<br>Ancestors: System-mt.1119<br><br>Complements MorphicExtras-mt.268. Change implementation to match the basic one in String.<br><br>=============== Diff against System-mt.1119 ===============<br><br>Item was added:<br>+ ----- Method: Symbol>>asSimpleSetter (in category '*System-Support') -----<br>+ asSimpleSetter<br>+ <br>+  ^ self last = $:<br>+             ifTrue: [ self ]<br>+             ifFalse: [ (self copyWith: $:) asSymbol ]!<br><br><br></div></blockquote>
                                        </div></body>