Created
November 19, 2013 12:42
-
-
Save avsej/7544778 to your computer and use it in GitHub Desktop.
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
| class Bug | |
| undef :=== | |
| end | |
| case 42 | |
| when Bug.new | |
| puts "bang" | |
| end |
ka8725
commented
Nov 19, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment