method
execute
ruby latest stable - Class:
Gem::Commands::UninstallCommand
execute()public
No documentation available.
# File lib/rubygems/commands/uninstall_command.rb, line 117
def execute
if options[:all] and not options[:args].empty? then
uninstall_specific
elsif options[:all] then
uninstall_all
else
uninstall_specific
end
end