Model Answer
When Ruby receives a method call, it starts lookup from the object’s singleton class, then moves to the object’s class, followed by any prepended modules, then included modules (in reverse order), and continues up the superclass chain until BasicObject.