14753 add support for setting class comments to class builder
        https://pharo.fogbugz.com/f/cases/14753/


This adds support to directly set the class comment when building classes.

PharoClassInstaller make: [ :builder |
        builder 
            name: #TT;
            comment: 'A class Comment' ].

e.g. this allows to simplify MCClassDefinition>#load 

        Marcus

Reply via email to