Skip to content

Instantly share code, notes, and snippets.

@andrewhr
Created June 17, 2015 19:44
Show Gist options
  • 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