class Bundler::Settings

def config_file

def config_file
  Pathname.new("#{@root}/.bundle/config")
end