Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created April 8, 2015 20:10
Show Gist options
  • Save anonymous/29985a9ff028a22fbe35 to your computer and use it in GitHub Desktop.
Save anonymous/29985a9ff028a22fbe35 to your computer and use it in GitHub Desktop.
def foo(&block)
puts block.call
end
foo {
yield 'b'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment