From: ts Date: 2002-06-14T22:17:47+09:00 Subject: Re: referring to variables in the scope outside the def >>>>> "k" == k 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