Skip to content

Instantly share code, notes, and snippets.

@theHamdiz
Created July 25, 2015 20:31
Show Gist options
  • Select an option

  • Save theHamdiz/4e6e950609d21b26c0b5 to your computer and use it in GitHub Desktop.

Select an option

Save theHamdiz/4e6e950609d21b26c0b5 to your computer and use it in GitHub Desktop.
.zip method
first_names = ["Ahmad", "Ahmad", "Emad"]
last_names = ["Hamdi", "Magdi", "Elsaid"]
first_names.zip(last_names).inspect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment