Skip to content

Instantly share code, notes, and snippets.

@chug2k
Created October 7, 2013 05:12
Show Gist options
  • Save chug2k/6862836 to your computer and use it in GitHub Desktop.
Save chug2k/6862836 to your computer and use it in GitHub Desktop.
my_array = [1,2,3]
my_array.each do |number|
puts "I can count to #{number}"
puts "but that is all."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment