lib/nanoc/base/result_data/item_rep.rb in nanoc-3.3.7 vs lib/nanoc/base/result_data/item_rep.rb in nanoc-3.4.0
- old
+ new
@@ -113,11 +113,10 @@
# representation, and one after. These notifications can be used for
# generating diffs, for example.
#
# @api private
#
- # @param [String, nil] raw_path The raw path to write the compiled rep
- # to. If nil, the default raw path will be used.
+ # @param [Symbol, nil] snapshot The name of the snapshot to write.
#
# @return [void]
def write(snapshot=:last)
# Get raw path
raw_path = self.raw_path(:snapshot => snapshot)