Class: Object

Inherits:
BasicObject
Defined in:
lib/kamaze/project/core_ext/object.rb

Overview

Object is the default root of all Ruby objects

Object inherits from BasicObject which allows creating alternate object hierarchies. Methods on Object are available to all classes (unless explicitly overridden).