# File lib/rubygems/uninstaller.rb, line 178 def path_ok?(spec) match_path = File.join @gem_home, 'gems', spec.full_name match_path == spec.full_gem_path end