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