From: Lars Christensen Date: 2008-05-22T22:10:15+09:00 Subject: Re: Is rdoc (http://www.ruby-doc.org/core/) complete? On May 22, 2:51 pm, Albert Schlef wrote: > Victor Reyes wrote: > > The method was *find_all* which is part of *Array* class. > > This method belongs in the Enumerable module, which Array included. Do > "ri find_all" It's not easy for new user's to know where to look for such information. I think it should be trivial for rdoc to reveal inherites/ included methods from other modules when searching for them in other classes or modules that include them. IMHO, "ri Array#find_all" should give a meaningful result since find_all is well-defined for Array instances. Lars