On Tue, Apr 1, 2008 at 7:10 PM, Oliver Saunders <oliver.saunders / gmail.com> 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.