From: Trans Date: 2007-06-19T03:50:35+09:00 Subject: rdoc -x essentially useless When I use rdoc like so: rdoc -x InstalledFiles * It includes InstalledFiles anyway because of the *. But if I don't use the *, it doesn't include any of my top files like README. So AFAICT, I have no other option but to explicitly list every single file I want to rdoc on the command line. What a pain! I just don't see the value in rdoc including a file that's been explicitly flagged for exclusion via -x/--exclude. Do you? Can we get sort of fix/feature for this in a future release of RDocs? Thanks, T.