Categories
OpenBSD ruby

Browse Ruby Gem On Your System Easily

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.

Leave a Reply

Your email address will not be published. Required fields are marked *