advanced-security/qtil-ruby
0.0.2
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()