Ruby Programming/Reference/Objects

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

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.