# File lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb, line 129
      def ancestor?(other)
        other.path_to?(self)
      end