From: Jano Svitok Date: 2008-04-02T04:20:45+09:00 Subject: Re: What is the RDoc on File talking about? On Tue, Apr 1, 2008 at 7:10 PM, Oliver Saunders wrote: > This really confused me - why is the RDoc for the file class talking > about ftools.rb right at the top? > http://www.ruby-doc.org/core/classes/File.html Surely the File class is > in the standard library and most people just want to see the > documentation for that. Because right now RDoc puts all File related stuff together, from all files that modify the class.