# File lib/Borges/RequestHandler/DocumentHandler.rb, line 15 def eql?(other) return other.document == self.document && other.response.content_type == self.response.content_type end