Let's start from The Top Level object:
https://bit.run/s/PfON1lxuG0S5Ascn
So what's in an Object:
https://bit.run/s/laWartXJClt1KrxJ
[BasicObject,Kernel,Object].each do |c| puts "#{c}.class = #{c.class}" puts "#{c}.ancestors = #{c.ancestors.inspect}" end
Bask