method

execute

execute()
public

No documentation available.

# File lib/rubygems/commands/server_command.rb, line 80
  def execute
    options[:gemdir] = Gem.path if options[:gemdir].empty?
    Gem::Server.run options
  end