Skip to content

Instantly share code, notes, and snippets.

@apeiros
Created August 27, 2013 05:20
Show Gist options
  • Save apeiros/caeacb663fadcd4faf32 to your computer and use it in GitHub Desktop.
Save apeiros/caeacb663fadcd4faf32 to your computer and use it in GitHub Desktop.
enum = 100.times
loop do
i = enum.next
5.times do enum.next end if i == 3
puts i
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment