Ruby - Enumerable and Collection Processing
Given a hash
scores = { alice: 85, bob: 42, carol: 75, dave: 30 }, how do you select only the key-value pairs where the value is greater than 50?