Skip to content

Instantly share code, notes, and snippets.

@jrgifford
Created August 13, 2016 18:49
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 jrgifford/79092b822db7e3add0cfac0ae029c6e6 to your computer and use it in GitHub Desktop.
Save jrgifford/79092b822db7e3add0cfac0ae029c6e6 to your computer and use it in GitHub Desktop.
company_names = ["Tekfly", "Yabox", "Vinder", "Skiptube", "Fivespan"]
company_names.each_with_index do |company_name, index|
puts "#{company_name} has index #{index}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment