From: Chris Gehlker Date: 2006-08-05T12:35:17+09:00 Subject: Problem with RDoc I have discovered an issue with RDoc that may or may not be old news, Say I have a folder with a file named my_class.rb and a subfolder named my_class. Within the my_class folder are two files named a.rb and b.rb. a.rb contains: class My_Class def methA ... end def methB ... end end while b.rb contains: class My_Class def methC ... end def methD ... end end my_class.rb contains: require 'my_class/a.rb # there is no mention of b.rb here RDoc will still document My_Class as having the methods in file b.rb I don't know if this issue has been raised before and if it is worth the trouble to address. --- Neither a man nor a crowd nor a nation can be trusted to act humanely or to think sanely under the influence of a great fear. -Bertrand Russell, philosopher, mathematician, author, Nobel laureate (1872-1970)