# File lib/rubygems/local_remote_options.rb, line 106 def add_update_sources_option add_option("Local/Remote""Local/Remote", '-u', '--[no-]update-sources', 'Update local source cache') do |value, options| Gem.configuration.update_sources = value end end