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

Member predicate SingletonClass::getValue

Gets the expression resulting in the object on which the singleton class is defined. In the following example, the result is the Expr for foo:

class << foo
end
Expr getValue()