From: Gavin Kistner Date: 2004-09-28T09:43:24+09:00 Subject: Re: Best name for "this method" ? On Sep 27, 2004, at 5:45 PM, trans. (T. Onoma) wrote: > Wondering what the conscensus is on the best name for "this method". > Right now > I'm using #calling, taking after #binding, but I'm not so sure about > it. I've > also considered #this or #thus, to be more along the lines of 'self'. In Javascript, there is 'caller' (the method which called the current method) and 'callee' (a pointer to the current method).