Merge pull request #134 from github/adityasharad/ruby-ast-import

Ruby: Fix compilation of example query
This commit is contained in:
Aditya Sharad
2022-11-02 20:55:52 -07:00
committed by GitHub

View File

@@ -6,6 +6,7 @@
*/ */
import ruby import ruby
import codeql.ruby.AST
from Block b from Block b
where b.getNumberOfStatements() = 0 where b.getNumberOfStatements() = 0