method
util_remove_gem
v2_1_10 -
Show latest stable
- Class:
Gem::TestCase
util_remove_gem(spec)public
No documentation available.
# File lib/rubygems/test_case.rb, line 627
def util_remove_gem(spec)
FileUtils.rm_rf spec.cache_file
FileUtils.rm_rf spec.spec_file
end