# File rubygems/commands/server_command.rb, line 6definitializesuper('server', 'Starts up a web server that hosts the RDoc (requires rubygems-server)')
beginGem::Specification.find_by_name('rubygems-server').activaterescueGem::LoadError# no-opendend
Public Instance Methods
execute()click to toggle source
# File rubygems/commands/server_command.rb, line 21defexecutealert_error"Install the rubygems-server gem for the server command"end