# File lib/nanoc3/base/errors.rb, line 84 def initialize(reps) super("The site cannot be compiled because the following items mutually depend on each other: #{reps.inspect}.".make_compatible_with_env) end