metaclass()
Get object’s meta (ghost, eigenclass, singleton) class
# File activesupport/lib/active_support/core_ext/object/metaclass.rb, line 3 def metaclass class << self self end end