-
-
Save andrewhr/d6ea4e47eac8d64e29ae to your computer and use it in GitHub Desktop.
Sometimes you just...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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