# File ../../auditor/lib/kasp_auditor/key_tracker.rb, line 201 def write_key_to_file(f, key, status, time, first_time) f.puts("#{key}#{SEPARATOR}#{status}#{SEPARATOR}#{time}#{SEPARATOR}#{first_time}") end