mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-16 18:03:08 +01:00
Merge pull request #134 from github/adityasharad/ruby-ast-import
Ruby: Fix compilation of example query
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user