Skip to content

Instantly share code, notes, and snippets.

@wjlafrance
Created February 16, 2012 04:47
Show Gist options
  • Save wjlafrance/1842120 to your computer and use it in GitHub Desktop.
Save wjlafrance/1842120 to your computer and use it in GitHub Desktop.
5.times.each do |i|
puts i
next
puts "please don't see this"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment