rubygems_api_key=(api_key)
Sets the RubyGems.org API key to api_key
# File lib/rubygems/config_file.rb, line 309 def rubygems_api_key=(api_key) set_api_key :rubygems_api_key, api_key @rubygems_api_key = api_key end