method
remove_cache
v2_6_3 -
Show latest stable
- Class:
Bundler::Source::Git::GitProxy
remove_cache()private
No documentation available.
# File lib/bundler/source/git/git_proxy.rb, line 187
def remove_cache
FileUtils.rm_rf(path)
end