From what I understand, super keyword invokes a method with the same name as the current method in the superclass of the current class. Below in the autol
super
autol
The relevant superclass method is probably Module#autoload.