Skip to content

Instantly share code, notes, and snippets.

@kaochenlong
Created August 26, 2017 05:37
Show Gist options
  • Save kaochenlong/d625aea0a4702d9da5a2b6f68d22e31d to your computer and use it in GitHub Desktop.
Save kaochenlong/d625aea0a4702d9da5a2b6f68d22e31d to your computer and use it in GitHub Desktop.
def block_test(&b)
b.call
b.yield
b.()
b.[]
b.===
end
block_test { puts "hi" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment