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