Created
September 5, 2016 02:18
-
-
Save ajm188/be2f82250878d35a0362bd8e9a1aec0d to your computer and use it in GitHub Desktop.
Blow up your ruby stack in a single line!
This file contains hidden or 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
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