Error that is raised when an rep cannot be compiled because it depends on other representations.
@param [Nanoc3::ItemRep] The item representation that cannot yet be compiled
# File lib/nanoc3/base/errors.rb, line 133 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}”).".make_compatible_with_env) end
Generated with the Darkfish Rdoc Generator 2.