First page Back Continue Last page Overview Graphics


Notes:

This code actually raises an error inside the definition of BasicObject.

On ruby 1.9, inside BasicObject, you cannot directly access constants defined in Object, which is where all other classes are defined by default.