Contains all deprecated methods. Mixed into {Nanoc::ItemRep}.
@deprecated Use {Nanoc::ItemRep#compiled_content} instead.
# File lib/nanoc/base/result_data/item_rep.rb, line 24 def content_at_snapshot(snapshot=:pre) compiled_content(:snapshot => snapshot) end
@deprecated
# File lib/nanoc/base/result_data/item_rep.rb, line 29 def created raise NotImplementedError, "Nanoc::ItemRep#created is no longer implemented" end
@deprecated
# File lib/nanoc/base/result_data/item_rep.rb, line 34 def created? raise NotImplementedError, "Nanoc::ItemRep#created? is no longer implemented" end
@deprecated
# File lib/nanoc/base/result_data/item_rep.rb, line 39 def modified raise NotImplementedError, "Nanoc::ItemRep#modified is no longer implemented" end
@deprecated
# File lib/nanoc/base/result_data/item_rep.rb, line 44 def modified? raise NotImplementedError, "Nanoc::ItemRep#modified? is no longer implemented" end
@deprecated Modify the {paths} attribute instead
# File lib/nanoc/base/result_data/item_rep.rb, line 19 def path=(path) paths[:last] = path end
@deprecated Modify the {raw_paths} attribute instead
# File lib/nanoc/base/result_data/item_rep.rb, line 14 def raw_path=(raw_path) raw_paths[:last] = raw_path end
Generated with the Darkfish Rdoc Generator 2.