Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48add9f commit 2154b7dCopy full SHA for 2154b7d
1 file changed
ql/src/codeql_ruby/ast/Literal.qll
@@ -47,6 +47,7 @@ class IntegerLiteral extends NumericLiteral, TIntegerLiteral {
47
48
final override string getValueText() { result = g.getValue() }
49
50
+ /** Gets the numerical value of this integer literal. */
51
final int getValue() {
52
exists(string s, string values, string str |
53
s = this.getValueText().toLowerCase() and
0 commit comments