Skip to content

Instantly share code, notes, and snippets.

@ajm188
Created September 5, 2016 02:18
Show Gist options
  • Save ajm188/be2f82250878d35a0362bd8e9a1aec0d to your computer and use it in GitHub Desktop.
Save ajm188/be2f82250878d35a0362bd8e9a1aec0d to your computer and use it in GitHub Desktop.
Blow up your ruby stack in a single line!
Hash.new { |h, k| h[k] ||= 0 }[:kaboom!]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment