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

Member predicate IfModifierExpr::getCondition

Gets the condition expression. For example, the result is foo in the following:

if foo
  bar = 1
end
Expr getCondition()