Last active
January 3, 2016 12:51
-
-
Save osyo-manga/1e37ecfab019d5f76acb to your computer and use it in GitHub Desktop.
fuck
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
| module Hoge | |
| def hoge_method | |
| end | |
| refine Class do | |
| def class_ex | |
| end | |
| end | |
| end | |
| class X | |
| extend Hoge | |
| using Hoge | |
| hoge_method | |
| String.class_ex | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment