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
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