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
| # fork it | |
| # | |
| # make it print all true with only ONE LINE OF CODE | |
| class A | |
| def A.foo | |
| @foo ||= ( | |
| if self == A | |
| '42.0' | |
| else |