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