Method: Nanoc::RuleDSL::ActionRecorder#filter
- Defined in:
- lib/nanoc/rule_dsl/action_recorder.rb
#filter(filter_name, filter_args = {}) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
24 25 26 |
# File 'lib/nanoc/rule_dsl/action_recorder.rb', line 24 def filter(filter_name, filter_args = {}) @action_sequence_builder.add_filter(filter_name, filter_args) end |