Created
January 1, 2012 20:24
-
-
Save markburns/1548252 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
#encoding: utf-8 | |
あけまして = | |
class A | |
class << self | |
alias おめでとう instance_eval | |
def ございます e; puts e; end | |
end | |
self | |
end | |
今年もよろしくお願いします="あけましておめでとうございます, 今年もよろしくお願いします" | |
あけまして.おめでとう{ ございます 今年もよろしくお願いします} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Credit to pasberth https://gist.github.com/1546397