Subject: Re: referring to variables in the scope outside the def
From: ts <decoux moulon.inra.fr>
Date: Fri, 14 Jun 2002 22:17:47 +0900
References: 42466
In-reply-to: 42466
>>>>> "k" == k <kturing / yahoo.com> writes:
k> def @child.parent
k> s # Wrong. But how do I refer to the instance of C?
k> end
Use #send if you need to access only local variables, or C instance
variables
Guy Decoux