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

Predicate selfInMethod

Holds if self belongs to method method inside module m.

Import path

import codeql.ruby.dataflow.internal.DataFlowDispatch
predicate selfInMethod(SelfVariable self, MethodBase method, Module m)