Created
July 3, 2014 02:20
-
-
Save hyoshida/d4a756ed75a4c97151ed 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
# 特異クラスを取得 | |
def eigenclass | |
class << self; self; end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ruby 1.9.2 からは singleton_class で同様の処理が可能