I have trouble understanding the implementation of the class << object method. class << object is just a syntax sugar or something more?
I can't find the implementation of << inside the ruby source
btw