class Bundler::Source::Git::GitProxy

def in_path(&blk)

def in_path(&blk)
  checkout unless path.exist?
  SharedHelpers.chdir(path, &blk)
end