codeql/ruby/downgrades/1199e154f5e9b3560297633c6eb.../ruby_rational_def.ql

8 строки
216 B
Plaintext

private class RubyAstNode extends @ruby_ast_node {
string toString() { none() }
}
from RubyAstNode node, RubyAstNode child
where ruby_rational_def(node, child) and not ruby_complex_def(_, node)
select node, child