# File lib/bundler/vendor/molinillo/lib/molinillo/errors.rb, line 41
    def initialize(nodes)
      super "There is a circular dependency between #{nodes.map(&:name).join(' and ')}"
      @dependencies = nodes.map(&:payload).to_set
    end