method

execute

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