# File lib/rubyrep/scan_report_printers/scan_detail_reporter.rb, line 99 def report_difference(type, row) self.tmpfile ||= Tempfile.new 'rubyrep_scan_details' tmpfile.puts({type => clear_columns(row)}.to_yaml) super type, row end