Object and BasicObject are not looked up anymore.
I also figured out that if you try to derive a BasicObject instance, it results in a NoMethodError. But honestly, I don't see why somebody would try to derive a BasicObject so I'm not sure if this case should be treated and tested.
Object and BasicObject are not looked up anymore. I also figured out that if you try to derive a
BasicObject
instance, it results in aNoMethodError
. But honestly, I don't see why somebody would try to derive aBasicObject
so I'm not sure if this case should be treated and tested.