method
execute
v2_1_10 -
Show latest stable
- Class:
Gem::Commands::ServerCommand
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