mirror of
https://github.com/github/codeql.git
synced 2026-01-01 00:27:24 +01:00
8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
/**
|
|
* Provides classes for working with Ruby programs.
|
|
*/
|
|
|
|
import codeql.ruby.AST as Ast
|
|
import codeql.ruby.CFG as Cfg
|
|
import codeql.ruby.DataFlow // already defines its own wrapper module
|