July 26, 2016
3:58 p.m.
2016-07-26 16:09 GMT+02:00 Eliot Miranda <eliot.miranda@gmail.com>:
Sorry to sound harsh but that's no sense. ProtoObject doesn't have a superclass. This is indicated by ProtoObject superclass answering nil, where nil is the object that represents being undefined.
It is (as Denis points out) a bug, showing some confusion, to try and program around this one case by adding class protocol to the undefined object. A horrible hack.
I think so too :)