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

Member predicate Filters::FilterJumpStep::step

Holds if data can flow from pred to succ via a callback chain. pred is the post-update node of the self parameter in a method, and succ is the self parameter of a subsequent method that is executed as part of the callback chain.

predicate step(Node pred, Node succ)