Files
codeql/ruby/downgrades/3595c826de6db850f16b9da265a54dbf24dd3126/ruby_module_child.ql
Anders Schack-Mulligen a5d229903d Ruby: Autoformat
2023-03-10 09:41:20 +01:00

8 lines
263 B
Plaintext

class AstNode extends @ruby_ast_node {
string toString() { none() }
}
from AstNode ruby_module, AstNode body, int index, AstNode child
where ruby_module_body(ruby_module, body) and ruby_body_statement_child(body, index, child)
select ruby_module, index, child