class Dry::Core::BasicObject

def class

Other tags:
    See: http://ruby-doc.org/core/Object.html#method-i-class -

Other tags:
    Since: - 0.8.0
def class
  (class << self; self; end).superclass
end