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