Ruby Programming/Reference/Objects
Object is the base class of all other classes created in Ruby. It provides the basic set of functions available to all classes, and each function can be explicitly overridden by the user.
This class provides a number of useful methods for all of the classes in Ruby.
Last modified on 2 May 2009, at 04:34