@m455 @dozens it's soooooo complicated: https://www.ruby-forum.com/t/method-name-resolution/223217
all this just to support inheritance, which is like ... I've only once ever run into a situation where inheritance was a good fit for the problem at hand, and even then the inheritance wasn't based around classes
you could just ... not do any of that, and you'd have a better language