# File lib/faraday/builder.rb, line 68 def ==(other) other.is_a?(self.class) && @handlers == other.handlers end