Skip to content

Instantly share code, notes, and snippets.

@theskript
Created February 15, 2014 23:55
Show Gist options
  • Save theskript/0fa4c7a1c46ac6ffa860 to your computer and use it in GitHub Desktop.
Save theskript/0fa4c7a1c46ac6ffa860 to your computer and use it in GitHub Desktop.
@group1_name = [
"Pic1",
"Pic2"
]
@group1_url = [
"http://imgur.com/hgfbi2.jpg",
"http://imgur.com1383192_246956208791860_1328006492_n.jpg"
]
# Group 2 Images
@group2_name = [
"Pic3",
"Pic4"
]
@group2_url = [
"http://imgur.com/gdfg.jpg",
"http://imgur.com/1383192_246956208791860_1328006492_n.jpg"
]
@image_name = []
@image_url = []
@image_name.zip(@group1_name)
@image_name.zip(@group2_name)
@image_url.zip(@group1_url)
@image_url.zip(@group2_url)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment