# File lib/rubygems/source_info_cache.rb, line 194 def write_cache open cache_file, "wb" do |f| f.write Marshal.dump(cache_data) end end