# File lib/rubygems/test_case.rb, line 300
  def read_cache(path)
    open path.dup.untaint, 'rb' do |io|
      Marshal.load io.read
    end
  end