Do you ever find yourself wishing you had a method that takes an array of words and then return an array of words, some of them combined by a dash? Well you're in luck!
Add the following to your Gemfile:
gem 'dashed_map'
Just call dashed_map
anywhere. ANYWHERE. It's on Object.
If you need it on BasicObject as well (which you probably do), you'll want to run the following code:
BasicObject.send :include, DashedMap
I don't know.
Good question.