Ruby - Enumerable and Collection Processing
Given a hash
scores = { alice: 90, bob: 55, carol: 75, dave: 40 }, how can you use reject to create a new hash excluding all entries with scores below 60?