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