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

Member predicate Pair::getValue

Gets the value expression of this pair. For example, the IntegerLiteral 123 in the following hash pair:

{ 'foo' => 123 }
Expr getValue()