codeql/ruby-all
5.0.3-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if this is a setter method, as in the following example:
class Person def name=(n) @name = n end end
predicate isSetter()