Error that is raised during site compilation when an item (directly or indirectly) includes its own item content, leading to endless recursion.
@param [Array<Nanoc3::ItemRep>] reps A list of item representations that mutually depend on each other
# File lib/nanoc3/base/errors.rb, line 83 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
Generated with the Darkfish Rdoc Generator 2.