codeql/ruby-all
2.0.4-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()