method
execute
ruby latest stable - Class:
Gem::Commands::ServerCommand
execute()public
No documentation available.
# File lib/rubygems/commands/server_command.rb, line 81
def execute
options[:gemdir] = Gem.path if options[:gemdir].empty?
Gem::Server.run options
end