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

Member predicate ConstantReadAccess::getValue

Gets the value being read, if any. For example, in

module M
  CONST = "const"
end

puts M::CONST

the value being read at M::CONST is "const".

Expr getValue()