# File ../../auditor/lib/kasp_auditor/preparser.rb, line 44 def sort(file1, file2) file1=(file1.to_s+"").untaint file2=(file2.to_s+"").untaint system("#{Commands.sort} #{file1} > #{file2}") end