Generate documentation for all Ruby gems

To generate documentation for all installed Ruby gems, run the following command:

gem rdoc --all

You can see the gem rdoc help with:

gem help rdoc

Start the gem server:

gem_server

Visit http://localhost:8808/ to see the documentation.

Alternatively, use the ri command.

Last modified: 03/07/2007 Tags: (none)

This website is a personal resource. Nothing here is guaranteed correct or complete, so use at your own risk and try not to delete the Internet. -Stephan

Site Info

Privacy policy

Go to top