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

Member predicate VariableAccess::isExplicitWrite

Holds if this access is a write access belonging to the explicit assignment assignment. For example, in

a, b = foo

both a and b are write accesses belonging to the same assignment.

predicate isExplicitWrite(AstNode assignment)