mirror of
https://github.com/github/codeql.git
synced 2026-08-04 09:23:23 +02:00
8 lines
255 B
Plaintext
8 lines
255 B
Plaintext
class AstNode extends @ruby_ast_node {
|
|
string toString() { none() }
|
|
}
|
|
|
|
from AstNode ruby_block, AstNode body, int index, AstNode child
|
|
where ruby_block_body(ruby_block, body) and ruby_block_body_child(body, index, child)
|
|
select ruby_block, index, child
|