ruby_drills
ruby_drills copied to clipboard
Enumerable methods on Array and Hash
Enumerable methods behave slightly differently on Array and Hash. I think the Enumerable drills that exist (which are all based on Array) should move to Array and we should add separate drills for the same methods on Hash. WDYT?
That makes a lot of sense. Let's do it.