Skip to content

Instantly share code, notes, and snippets.

@mehdi-farsi
Created August 24, 2018 13:56
Show Gist options
  • Save mehdi-farsi/c649aa62784921a730d921f97a626b1f to your computer and use it in GitHub Desktop.
Save mehdi-farsi/c649aa62784921a730d921f97a626b1f to your computer and use it in GitHub Desktop.
def yield_without_block
yield
end
yield_without_block # => LocalJumpError (no block given (yield))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment