Created
April 24, 2019 03:19
-
-
Save satoryu/e4341ef10e1c6a97e461290d79dfdd77 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 Object | |
| def π· | |
| Class.new do | |
| def π₯ | |
| { 'π·' => 'π' } | |
| end | |
| end | |
| end | |
| end | |
| puts π·.new.π₯ #=> {"π·"=>"π"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment