Flowdock
method

util_remove_gem

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: TestCase
util_remove_gem(spec) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/test_case.rb, line 677
  def util_remove_gem(spec)
    FileUtils.rm_rf spec.cache_file
    FileUtils.rm_rf spec.spec_file
  end
Register or log in to add new notes.