So, would it be fair to say that you won't run into difficulties with
class variables (denoted with @@) if:

    a. you assign class variables in the superclass before assigning
them in the sublcass, and
    b. you don't expect class_eval to provide access to them?

Or are there other areas of confusion?

Thanks,

Brock