Skip to content

Instantly share code, notes, and snippets.

@cpuguy83
Created January 22, 2014 20:09
Show Gist options
  • Select an option

  • Save cpuguy83/8566438 to your computer and use it in GitHub Desktop.

Select an option

Save cpuguy83/8566438 to your computer and use it in GitHub Desktop.
merged_images = left.images.with_index.collect do |image, index|
compare(left.images[index], right.images[index], index)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment