Skip to content

Instantly share code, notes, and snippets.

@markburns
Created January 1, 2012 20:24
Show Gist options
  • Save markburns/1548252 to your computer and use it in GitHub Desktop.
Save markburns/1548252 to your computer and use it in GitHub Desktop.
#encoding: utf-8
あけまして =
class A
class << self
alias おめでとう instance_eval
def ございます e; puts e; end
end
self
end
今年もよろしくお願いします="あけましておめでとうございます, 今年もよろしくお願いします"
あけまして.おめでとう{ ございます 今年もよろしくお願いします}
@markburns
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment