Ruby: Fix compilation of example query
The AST library needs to be explicitly imported.
This commit is contained in:
Родитель
5198f96879
Коммит
b0f48ad816
|
@ -6,6 +6,7 @@
|
|||
*/
|
||||
|
||||
import ruby
|
||||
import codeql.ruby.AST
|
||||
|
||||
from Block b
|
||||
where b.getNumberOfStatements() = 0
|
||||
|
|
Загрузка…
Ссылка в новой задаче