From: Eric Hodel Date: 2011-11-02T07:55:48+09:00 Subject: [ruby-core:40663] Re: Relevant methods not appearing in RDoc On Nov 1, 2011, at 3:45 PM, Andrew Grimm wrote: > 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? Ruby builds ri documentation with the --all argument, perhaps ruby-doc.org does not? I don't know if James Britt (the ruby-doc.org maintainer) is on this mailing list.