This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.
singleton_class()
Returns the object’s singleton class.
# File activesupport/lib/active_support/core_ext/object/singleton_class.rb, line 3 def singleton_class class << self self end end