Error that is raised when an rep cannot be compiled because it depends on other representations.
@param [Nanoc::ItemRep] rep The item representation that cannot yet be
compiled
# File lib/nanoc/base/errors.rb, line 122 def initialize(rep) @rep = rep super("The current item cannot be compiled yet because of an unmet dependency on the “#{rep.item.identifier}” item (rep “#{rep.name}”).") end
Generated with the Darkfish Rdoc Generator 2.