Predicate Cached::lookupMethodInSubClasses
Gets a method named name that is available in a sub class of module m. This
includes methods that are included/prepended into any of the sub classes of m,
but not methods inherited from base classes.
Import path
import codeql.ruby.ast.internal.ModuleMethod lookupMethodInSubClasses(Module m, string name)