From: James Britt Date: 2008-12-11T02:24:25+09:00 Subject: Re: Strange ruby documentation ?! Alin Popa wrote: > > Ok, I know that yaml is placing this method to Object class when > required, but why is it by default documented in Object class ? What may > be the reason ? > It's the way rdoc currently works; it parses a set of files and rolls up methods found for the various classes and modules it encounters. It is not able to indicate from where a method originated or that certain methods are provided on an object only when one or another module is included. -- James Britt www.happycamperstudios.com - Wicked Cool Coding www.jamesbritt.com - Playing with Better Toys www.ruby-doc.org - Ruby Help & Documentation www.rubystuff.com - The Ruby Store for Ruby Stuff