Skip to content

Instantly share code, notes, and snippets.

@robwri32
Last active August 26, 2015 00:20
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 robwri32/3020a6045b4ee257a71c to your computer and use it in GitHub Desktop.
Save robwri32/3020a6045b4ee257a71c to your computer and use it in GitHub Desktop.
# Don't forget to:
# 1. Wash the car
# 2. Buy groceries
# 3. Finish my TTS homework
todos = ['Wash the car', 'Buy groceries', 'Finish my TTS homework']
puts todos.each_index {|x| print x, " -- " }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment