method
check_update_arguments
v2_2_9 -
Show latest stable
- Class:
Gem::Commands::UpdateCommand
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