# File lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb, line 261
      def path_to?(other)
        equal?(other) || successors.any? { |v| v.path_to?(other) }
      end