CodeQL library for Ruby
codeql/ruby-all 5.2.0 (changelog, source)
Search

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.Module
Method lookupMethodInSubClasses(Module m, string name)