class HTMLProofer::SortedIssues

def sort(first_sort, second_sort)

def sort(first_sort, second_sort)
  issues.sort_by { |t| [t.send(first_sort), t.send(second_sort)] }
end