method find_method_qualified
1 | role Metamodel::MROBasedMethodDispatch |
1.1 | (Metamodel::MROBasedMethodDispatch) 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(, , )
Given a method name and a type, returns the method from that type. This is used in calls like
self.SomeParentClass::the_method();