mirror of
https://github.com/github/codeql.git
synced 2026-01-24 11:52:56 +01:00
10 lines
270 B
Plaintext
10 lines
270 B
Plaintext
/**
|
|
* Kept for backwards compatibility with e.g. quick-queries.
|
|
*
|
|
* Instead, import the relevant abstraction layer:
|
|
* - `codeql.ruby.DataFlow` for data-flow queries.
|
|
* - `codeql.ruby.CFG` for control-flow queries.
|
|
* - `codeql.ruby.AST` for syntactic queries.
|
|
*/
|
|
|