# File lib/typhoeus/request.rb, line 146 def eql?(other) self.class == other.class && self.base_url == other.base_url && fuzzy_hash_eql?(self.options, other.options) end