mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
8 lines
263 B
Plaintext
8 lines
263 B
Plaintext
import ruby
|
|
import codeql.ruby.dataflow.internal.DataFlowPrivate
|
|
import codeql.ruby.dataflow.internal.DataFlowDispatch
|
|
|
|
query predicate ret(ReturningNode node) { any() }
|
|
|
|
query predicate arg(ArgumentNode n, DataFlowCall call, int pos) { n.argumentOf(call, pos) }
|