Skip to content

Instantly share code, notes, and snippets.

@luckyruby
Created April 3, 2014 09:22
Show Gist options
  • Save luckyruby/9951244 to your computer and use it in GitHub Desktop.
Save luckyruby/9951244 to your computer and use it in GitHub Desktop.
def collapse_hash_values(hash)
hash.each {|k,v| hash[k] = v.first}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment