Skip to content

Instantly share code, notes, and snippets.

@gurdotan
Created July 2, 2013 15:10
Show Gist options
  • Save gurdotan/5910117 to your computer and use it in GitHub Desktop.
Save gurdotan/5910117 to your computer and use it in GitHub Desktop.
Ruby: Array to Hash
h = Hash[ *a.collect { |v| [ v, v ] }.flatten ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment