method

check_update_arguments

check_update_arguments()
public

No documentation available.

# File lib/rubygems/commands/update_command.rb, line 79
  def check_update_arguments # :nodoc:
    unless options[:args].empty? then
      alert_error "Gem names are not allowed with the --system option"
      terminate_interaction 1
    end
  end