method find_method_qualified

Documentation for method find_method_qualified assembled from the following types:

role Metamodel::MROBasedMethodDispatch

From Metamodel::MROBasedMethodDispatch

(Metamodel::MROBasedMethodDispatch) method find_method_qualified

method find_method_qualified($obj$type$name)

Given a method name and a type, returns the method from that type. This is used in calls like

self.SomeParentClass::the_method();