From: Josh Cheek Date: 2011-01-18T22:31:17+09:00 Subject: Re: Calling by Reference - Two Questions --001636283594d59132049a1ee979 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Jan 18, 2011 at 7:16 AM, Robert Klemme wrote: > > Calling self#[]= is something different - this is actually a method > that must be implemented for the object that self points to. > > Oh yeah, I should have made that more clear. Inside the method, self is the array itself. So self[index] inside the method is the same as ary[self] outside the method. --001636283594d59132049a1ee979--