Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardRubythe object model classes are objectsSingle-choice MCQ

Both BasicObject and the metaclass roots anchor MRI's object model. What is the superclass of BasicObject, and what is Class's superclass?

p BasicObject.superclass p Class.superclass