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