mirror of
https://github.com/github/codeql.git
synced 2026-08-05 09:53:29 +02:00
8 lines
216 B
Plaintext
8 lines
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
|