Skip to content

Instantly share code, notes, and snippets.

@rubydubee
Created June 26, 2012 17:01
Show Gist options
  • Save rubydubee/2997135 to your computer and use it in GitHub Desktop.
Save rubydubee/2997135 to your computer and use it in GitHub Desktop.
k = [1,2,3,4]
k.each do |c|
puts c
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment