class Bundler::Settings

def global_config_file

def global_config_file
  file = ENV["BUNDLE_CONFIG"] || File.join(Bundler.rubygems.user_home, ".bundle/config")
  Pathname.new(file)
end