codeql/ruby-all
4.1.6
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the underlying expression representing the block. In the following example, the result is the Expr for bar:
Expr
bar
foo(&bar)
Expr getValue()