Skip to content

Instantly share code, notes, and snippets.

@erainey
Created March 25, 2013 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erainey/5238349 to your computer and use it in GitHub Desktop.
Save erainey/5238349 to your computer and use it in GitHub Desktop.
Ruby: Two Arrays into Hash
a = ["title", "date"]
b = ["Hello world", "March 2013"]
c = Hash[a.zip(b)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment