Object

class Object

Parent:
BasicObject
Included modules:
MakeMakefile, Kernel

frozen_string_literal: false

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.

Object mixes in the Kernel module, making the built-in kernel functions globally accessible- Although the ins