class Gem::Commands::ServerCommand

def description # :nodoc:

:nodoc:
def description # :nodoc:
  <<-EOF
e server command starts up a web server that hosts the RDoc for your
stalled gems and can operate as a server for installation of gems on other
chines.
e cache files for installed gems must exist to use the server as a source
r gem installation.
 install gems from a running server, use `gem install GEMNAME --source
tp://gem_server_host:8808`
u 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
  EOF
end