Skip to content

Instantly share code, notes, and snippets.

@eam

eam/ruby.rb Secret

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