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