On Mar 28, 2007, at 8:57 AM, Arnaud Nicolet wrote: > Le 28 mars 07 à 16:18 Soir, [EMAIL PROTECTED] a écrit: > >>> On a related note - would "self" work in a module? That is would >>> self >>> refer to the calling object? >> >> No. Self refers to the object executing the code; a module is not a >> class and there is no object executing its code. > > Then, self can be nil. That's something to know.
No Self should not compile in a module when you try to use it The same is true of "me" _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
