Files
codeql/ql/test/library-tests/variables/variable.ql
Tom Hvitved 58baa33a3f Various changes to user-facing library
- Remove `abstract` classes from public API.
- Align `Variable.qll` with rest of library.
- Introduce `Callable` class.
- Make `Pattern` class cover everything that can be on the LHS of an assignment
  and in a pattern (except special parameters such as `**param`).
2020-11-27 17:07:03 +01:00

4 lines
80 B
Plaintext

import codeql_ruby.ast.Variable
query predicate variable(Variable v) { any() }