Ruby Documentation

Does the ruby project provide any equivalent to the Python pydoc -g
command, to provide browsable documentation via an embedded web server?

Tommy N. wrote:

Does the ruby project provide any equivalent to the Python pydoc -g
command, to provide browsable documentation via an embedded web server?

I believe gem server can accomplish this for rubygems. However, one
can easily generate html documentation on-disk with the distributed
rdoc tool directly, and serve it via normal means.