On 04/30/2011 12:13 PM, Mathieu Suen wrote:
Also class pragma is call before all the method is add to the class.
Class pragmas are called where they are placed in the source. A class pragma just before the closing bracket will be called after the methods have been added to the class.
Note however that in general class pragmas should be restricted to simple, idempotent changes (this is a kind of "non-written rule"... now it's written). For more complex initialization, use an eval block.
_______________________________________________ help-smalltalk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-smalltalk
