Files
codeql/ruby/downgrades/fabe9e179ed1e3d0e45ccfab6ce94b4bab02dee5/ruby_in_def.ql
2022-02-07 12:10:36 +00:00

12 lines
276 B
Plaintext

class AstNode extends @ruby_ast_node {
string toString() { none() }
}
class Location extends @location {
string toString() { none() }
}
from AstNode id, AstNode child, Location loc
where ruby_in_def(id, child) and ruby_ast_node_info(id, _, _, loc)
select id, child, loc