The method Module.private_constant isn't appearing in http://www.ruby-doc.org/core-1.9.3/Module.html . Is this because private_constant is private, and RDoc doesn't document private methods unless specifically told to with :doc: in the source code or with --all on the command line? Andrew