# File lib/faraday/builder.rb, line 33 def ==(other) if other.respond_to? :name klass == other else @name == other.to_s end end