lib/nanoc/base/compilation/item_rep_proxy.rb in nanoc-3.3.7 vs lib/nanoc/base/compilation/item_rep_proxy.rb in nanoc-3.4.0
- old
+ new
@@ -33,14 +33,14 @@
# This method is supposed to be called only in a compilation rule block
# (see {Nanoc::CompilerDSL#compile}).
#
# @see Nanoc::ItemRep#filter
#
- # @param [Symbol] filter_name The name of the filter to run the item
+ # @param [Symbol] name The name of the filter to run the item
# representations' content through
#
- # @param [Hash] filter_args The filter arguments that should be passed to
- # the filter's #run method
+ # @param [Hash] args The filter arguments that should be passed to the
+ # filter's #run method
#
# @return [void]
def filter(name, args={})
set_assigns
@item_rep.filter(name, args)