Ruby Programming/Reference/Objects

From Wikibooks, open books for an open world
< Ruby Programming‎ | Reference
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.