class Bundler::Source::Git

def in_cache(&blk)

def in_cache(&blk)
  cache unless cached?
  Dir.chdir(cache_path, &blk)
end