CodeQL library for Ruby
codeql/ruby-all 4.1.1 (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()