Skip to content

Instantly share code, notes, and snippets.

@jqr
Created April 3, 2009 14:05
Show Gist options
  • Save jqr/89759 to your computer and use it in GitHub Desktop.
Save jqr/89759 to your computer and use it in GitHub Desktop.
value =
10.times do |i|
if i == 5
break "found five!"
end
end
value # => "found five!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment