# File lib/nanoc/base/errors.rb, line 67 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}.".make_compatible_with_env) end