class Gem::ConfigFile

def rubygems_api_key

def rubygems_api_key
  load_api_keys unless @rubygems_api_key
  @rubygems_api_key
end