Created
May 22, 2015 05:10
-
-
Save Shinpeim/e1d5fb7167449c04a201 to your computer and use it in GitHub Desktop.
This file contains 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 Nyan | |
self.instance_eval do | |
def nyan | |
p 'nyan' | |
end | |
end | |
end | |
Nyan.nyan # => 'nyan' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment