From: John Joyce Date: 2007-07-29T01:41:34+09:00 Subject: Re: Quarks On Jul 28, 2007, at 11:21 AM, Trans wrote: > Why? > > class X; end > > X.methods(false) > => [] > > But... > > X.public_methods(false) > => ["allocate", "superclass", "new"] > > X.private_methods(false) > => ["initialize", "initialize_copy", "inherited"] > > T. > > Inheritance. Inherits from Object