We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea538a1 commit b4b91e8Copy full SHA for b4b91e8
ruby/ql/lib/codeql/ruby/controlflow/CfgNodes.qll
@@ -390,6 +390,8 @@ module ExprNodes {
390
391
/** Gets the scope expression. */
392
final ExprCfgNode getScopeExpr() { e.hasCfgChild(e.getScopeExpr(), this, result) }
393
+
394
+ override string getValueText() { result = this.getExpr().getValueText() }
395
}
396
397
private class StmtSequenceChildMapping extends ExprChildMapping, StmtSequence {
0 commit comments