class Gem::Commands::UpdateCommand

def check_update_arguments # :nodoc:

:nodoc:
def check_update_arguments # :nodoc:
  unless options[:args].empty?
    alert_error "Gem names are not allowed with the --system option"
    terminate_interaction 1
  end
end