Say I am monkey patching a method in a class, how could I call the overridden method from the overriding method? I.e. Something a bit like super
super
E.g. >
The class that will make override must to be reloaded after class that contains the original method, so require it in the file that will make overrride.
require