First page Back Continue Last page Overview Text

Notes:


The first two entries in the the Rclass struct contain the same entries as in the Robject struct, at least on 1.8.

In ruby, constants and class variables are also stored in the instance variable table of the class. The reason this is possible is that instance variables are actually stored with the leading @ sign, and class variables are stored with the leading @@ sign.