From: Phrogz Date: 2007-01-28T01:20:12+09:00 Subject: Re: instance variables available in derived clases On Jan 27, 9:05 am, Richard Roberts wrote: > Anyone else got views on this?? It looks like Ruby 1.9 will give you the ability to define private methods in the base class (which may be simple getter/setter methods) that are accessible to the base class, but not the descendents. Of course the subclass will still have access to the instance variables - in my opinion it would be madness to have 'inheritance' without this.