Hi!
There is a #generated method in some metaclasses of Mondrian. For example: MORectangleShape class>generated ^ #(( string '#asString' 'The string to be displayed.' ) ( font 'TextStyle defaultFont' 'The font to be used.' ) ( color 'Color black' 'The color of the text.' ))
The only sender of #generated is MethodPragmaTest Is this really used? If not, is there a perpective of using this?
Cheers, Alexandre