Skip to content

Instantly share code, notes, and snippets.

@Choongkyu
Created September 15, 2013 20:07
Show Gist options
  • Save Choongkyu/6573982 to your computer and use it in GitHub Desktop.
Save Choongkyu/6573982 to your computer and use it in GitHub Desktop.
count =0
for animal in %w{yes no maybe certainly definitely of course} do
puts animal
break if count == 10
count += 1
retry if animal == 'of'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment