# File ../../auditor/lib/kasp_auditor/auditor.rb, line 1271 def get_next_non_optout(file) loptout = file.gets owner, next_hashed = loptout.split" " return owner, next_hashed end