Method: Nanoc::Core::ItemRep#raw_path
- Defined in:
- lib/nanoc/core/item_rep.rb
#raw_path(snapshot: :last) ⇒ Object
Returns the item rep’s raw path. It includes the path to the output directory and the full filename.
68 69 70 |
# File 'lib/nanoc/core/item_rep.rb', line 68 def raw_path(snapshot: :last) @raw_paths.fetch(snapshot, []).first end |