Skip to content

Instantly share code, notes, and snippets.

@andrewhr
Created June 17, 2015 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewhr/d6ea4e47eac8d64e29ae to your computer and use it in GitHub Desktop.
Save andrewhr/d6ea4e47eac8d64e29ae to your computer and use it in GitHub Desktop.
Sometimes you just...
def 💩; :💩; end
def fan; catch :💩 do; yield; end; end
fan do
throw 💩
puts 'Oops...'
end
puts 'SPLASH!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment