CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Member predicate BlockArgument::getValue

Gets the underlying expression representing the block. In the following example, the result is the Expr for bar:

foo(&bar)
Expr getValue()