From: Joel VanderWerf Date: 2007-07-29T05:20:59+09:00 Subject: Re: Quarks John Joyce wrote: > ri methods > > --------------------------------------------------------- Object#methods > obj.methods => array > ------------------------------------------------------------------------ > Returns a list of the names of methods publicly accessible in > _obj_. This will include all the methods accessible in _obj_'s > ancestors. Unfortunately that doesn't tell us that it takes an optional argument, and that if the argument is false, the method returns the result of obj.singleton_methods(false), which is just the singleton methods defined on the object. Looks like a doc bug.... -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407