> -----Original Message----- > From: Dave Thomas [mailto:Dave / thomases.com] > Sent: den 1 juni 2000 19:30 > To: ruby-talk / netlab.co.jp > Subject: [ruby-talk:03078] Re: FailureClass? > > > Aleksi Niemel<aleksi.niemela / cinnober.com> writes: > > > I didn't find 'select' because there's no > > > > http://www.rubycentral.com/ref/ref_c_array.html#select > > Nope - it's in a mixed in module, Enumerable: > > http://www.rubycentral.com/ref/ref_m_enumerable.html#select Yup, my point was that if you don't want to display what is "inherited" from elsewhere you could provide link there like original ruby-man does. When you said 'select' I made grep to the sources and new exactly where it's used :). I just forget to check modules when I was casually browsing, and the page didn't give a hint for the possible existence of mixed-in modules. - Aleksi