# File lib/bundler/source/path.rb, line 59
      def eql?(other)
        other.instance_of?(Path) &&
          expanded_path == expand(other.path) &&
          version == other.version
      end