From: Gary Wright Date: 2007-10-18T05:27:12+09:00 Subject: Re: Class instance variable idiom On Oct 17, 2007, at 4:22 PM, Perry Smith wrote: > Do I still do the self.class.foo to access it? yes, and self.class.foo = obj to invoke the writer/setter method. Gary Wright