method

remove_cache

remove_cache()
private

No documentation available.

# File lib/bundler/source/git/git_proxy.rb, line 187
        def remove_cache
          FileUtils.rm_rf(path)
        end