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

Predicate Cached::lookupMethod

Gets a method named name that is available in module m. This includes methods that are included/prepended into m and methods available on base classes of m.

Import path

import codeql.ruby.ast.internal.Module
Method lookupMethod(Module m, string name)