method
api_key
v1_9_3_125 -
Show latest stable
- Class:
Gem::GemcutterUtilities
api_key()public
No documentation available.
# File lib/rubygems/gemcutter_utilities.rb, line 19
def api_key
if options[:key] then
verify_api_key options[:key]
else
Gem.configuration.rubygems_api_key
end
end