Ruby manage gem by using gem command.
An interesting command is :
gem server
It will start a web server on port 8808 which contain all about installed gems on your system.
gem web server started then try to browse at localhost:8808
We can see gem documentation by clicking rdoc link of each gem.