method
gem_key
v2_6_3 -
Show latest stable
- Class:
Bundler::GemHelper
gem_key()protected
No documentation available.
# File lib/bundler/gem_helper.rb, line 194
def gem_key
Bundler.settings["gem.push_key"].to_s.downcase if Bundler.settings["gem.push_key"]
end