qtil
advanced-security/qtil-ruby 0.0.2
Search

Member predicate ModuleBase::getConstant

Gets the value of the constant named name, if any.

For example, the value of CONST is "const" in

module M
  CONST = "const"
end
Expr getConstant(string name)