# File lib/nanoc/base/errors.rb, line 72 def initialize(reps) list = reps.map { |r| r.inspect }.join("\n") super("The site cannot be compiled because the following items mutually depend on each other:\n#{list}.") end