0 votes
in Ruby by
Explain Ruby object.

1 Answer

0 votes
by

Object is the default root of all Ruby objects. Ruby objects inherit from BasicObject which allows creating alternate object hierarchies.

...