method

description

ruby latest stable - Class: Gem::Commands::ServerCommand
description()
public

No documentation available.

# File lib/rubygems/commands/server_command.rb, line 61
  def description # :nodoc:
    The server command starts up a web server that hosts the RDoc for yourinstalled gems and can operate as a server for installation of gems on othermachines.The cache files for installed gems must exist to use the server as a sourcefor gem installation.To install gems from a running server, use `gem install GEMNAME --sourcehttp://gem_server_host:8808`You can set up a shortcut to gem server documentation using the URL:  http://localhost:8808/rdoc?q=%s - Firefox  http://localhost:8808/rdoc?q=* - LaunchBar
  end