qtil
advanced-security/qtil-ruby 0.0.2
Search

Member predicate Method::isSetter

Holds if this is a setter method, as in the following example:

class Person
  def name=(n)
    @name = n
  end
end
predicate isSetter()