Skip to content

Instantly share code, notes, and snippets.

@kastner
Forked from joshsusser/gist:16916
Created October 15, 2008 16:54
Show Gist options
  • Save kastner/16956 to your computer and use it in GitHub Desktop.
Save kastner/16956 to your computer and use it in GitHub Desktop.
options.scan(/\w+=\w+/).inject({}) { |h,opt| kv = opt.split('='); h[kv.first] = kv.last; h }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment