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

Predicate edges

Holds if target is a child of source in the AST, and property key of the edge has the given value.

Import path

import codeql.ruby.printAst
predicate edges(PrintAstNode source, PrintAstNode target, string key, string value)