codeql/ruby-all
4.1.2-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the value being iterated over. In the following example, the result is the expression 1..10:
1..10
for n in 1..10 do puts n end
Expr getValue()