Method: Nanoc::Core::ItemRepBuilder#initialize
- Defined in:
- lib/nanoc/core/item_rep_builder.rb
#initialize(site, action_provider, reps) ⇒ ItemRepBuilder
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 ItemRepBuilder.
31 32 33 34 35 |
# File 'lib/nanoc/core/item_rep_builder.rb', line 31 def initialize(site, action_provider, reps) @site = site @action_provider = action_provider @reps = reps end |