mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +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
|