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