Reverting Ruby Hash So That Array Values Become Keys, And Keys become Values
TL;DR Dale Emery @dhemery ask this question on Twitter. I responded with Gist solution. The Problem Is there a canonical/idiomatic way in Ruby 2+ to invert a hash whose values are…