Skip to content

Instantly share code, notes, and snippets.

@chrisseaton
Created January 8, 2014 17:21
Show Gist options
  • Save chrisseaton/8320606 to your computer and use it in GitHub Desktop.
Save chrisseaton/8320606 to your computer and use it in GitHub Desktop.
def foo
yield
end
foo do
break
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment