There are two ways to get singleton class of an object
singleton_class
self
object.singleton_class
singleton_class = class << object self end