Created
February 10, 2013 11:42
-
-
Save mdaisuke/4749325 to your computer and use it in GitHub Desktop.
extend self
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 M | |
| extend self | |
| def hoge | |
| 'hoge' | |
| end | |
| end | |
| M.hoge #=> "hoge" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment