Skip to content

Instantly share code, notes, and snippets.

@superscott
Created October 17, 2012 20:47
Show Gist options
  • Save superscott/3908076 to your computer and use it in GitHub Desktop.
Save superscott/3908076 to your computer and use it in GitHub Desktop.
two arrays as hash
saturday.each_with_index { |k,i| datehash[k] = friday[i] }
saturday (array one)
datehash (resulting hash)
friday (array two)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment