Ruby - Enumerable and Collection Processing
Given an array
items of hashes with keys :title and :rating, how do you sort items first by descending :rating and then by ascending :title using sort_by?