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