Jan. 19, 2015
9:05 p.m.
good!
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