qtil
advanced-security/qtil-ruby 0.0.2
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()