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