Skip to content

Instantly share code, notes, and snippets.

@asterite
Created October 16, 2014 13:28
Show Gist options
  • Select an option

  • Save asterite/bf3f23cf00ddeedfef01 to your computer and use it in GitHub Desktop.

Select an option

Save asterite/bf3f23cf00ddeedfef01 to your computer and use it in GitHub Desktop.
def foo(&block)
block
end
block = foo do
{0, 0, 42, 0}
end
block.call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment