# File lib/bundler/plugin/api/source.rb, line 207
        def ==(other)
          other.is_a?(self.class) && uri == other.uri
        end