Skip to content

Instantly share code, notes, and snippets.

@tylerjohnst
Created October 18, 2013 17:42
Show Gist options
  • Select an option

  • Save tylerjohnst/7045180 to your computer and use it in GitHub Desktop.

Select an option

Save tylerjohnst/7045180 to your computer and use it in GitHub Desktop.
def foo
myblock = Proc.new
myblock.call
end
foo do
puts "ZOMG"
end
"ZOMG"
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment