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)
Holds if self
belongs to method method
inside module m
.
import codeql.ruby.dataflow.internal.DataFlowDispatch
predicate selfInMethod(SelfVariable self, MethodBase method, Module m)