# File lib/yard/code_objects/method_object.rb, line 98
    def writer?
      !!((info = attr_info) && info[:write] == self)
    end