Method: Nanoc::RuleDSL::ActionProvider#initialize

Defined in:
lib/nanoc/rule_dsl/action_provider.rb

#initialize(rules_collection, action_sequence_calculator) ⇒ ActionProvider

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.

Returns a new instance of ActionProvider.



25
26
27
28
# File 'lib/nanoc/rule_dsl/action_provider.rb', line 25

def initialize(rules_collection, action_sequence_calculator)
  @rules_collection = rules_collection
  @action_sequence_calculator = action_sequence_calculator
end