# File lib/simplecov/last_run.rb, line 19
      def write(json)
        File.open(last_run_path, "w+") do |f|
          f.puts JSON.pretty_generate(json)
        end
      end