Created
August 13, 2016 18:49
-
-
Save jrgifford/79092b822db7e3add0cfac0ae029c6e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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