Skip to content

Instantly share code, notes, and snippets.

@andrewhr
Created June 17, 2015 19:44
Embed
What would you like to do?
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