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