lib/nanoc/base/views/basic_item_view.rb in nanoc-4.9.5 vs lib/nanoc/base/views/basic_item_view.rb in nanoc-4.9.6

- old
+ new

@@ -41,10 +41,10 @@ # @return [Boolean] True if the item is binary, false otherwise def binary? _unwrap.content.binary? end - # @api private + # @return [String, nil] The path to the file containing the uncompiled content of this item. def raw_filename @context.dependency_tracker.bounce(_unwrap, raw_content: true) _unwrap.content.filename end end