From: Robert Dober Date: 2008-12-02T06:25:59+09:00 Subject: Re: Object private methods On Mon, Dec 1, 2008 at 9:48 PM, Ves Pasian wrote: > Consider the following, > > > class X > end > > X.private_methods == Object.private_methods. Since X implicitly extends > Object, then how does X inherit Object's private methods, since the > documentation states that Subclasses inherit non-private methods only? Does it? Any pointers? Well it is clearly incorrect. Cheers R.