class Gem::Commands::ServerCommand

def execute

def execute
  options[:gemdir] = Gem.path if options[:gemdir].empty?
  Gem::Server.run options
end