Skip to content

Instantly share code, notes, and snippets.

@radar
Forked from anonymous/gist:302424
Created February 12, 2010 08:50
Show Gist options
  • Save radar/302425 to your computer and use it in GitHub Desktop.
Save radar/302425 to your computer and use it in GitHub Desktop.
tags = "blue:1,red:2,purple:3"
output = {}
tags.split(/,/).each{|i|o=i.split(/:/); output[o[0]]=o[1]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment