Ruby - Enumerable and Collection Processing
Which of the following is a valid way to group an array
nums by whether elements are positive or negative using group_by returning :positive or :negative?