inheritance_module_eval 1.0.3
Allows to create methods with same name inside particular class/object by pushing them down by inheritance tree. So method "field" may call other "field" in same class by calling super keyword instead of just redefine it.