Class: Nanoc::Core::ItemCollection
- Inherits:
-
IdentifiableCollection
- Object
- IdentifiableCollection
- Nanoc::Core::ItemCollection
- Defined in:
- lib/nanoc/core/item_collection.rb
Instance Method Summary collapse
-
#initialize(config, objects = []) ⇒ ItemCollection
constructor
A new instance of ItemCollection.
- #reference ⇒ Object
Methods inherited from IdentifiableCollection
#[], #add, #empty?, #find_all, #freeze, #initialize_basic, #inspect, #object_with_identifier, #reject, #to_a
Methods included from ContractsSupport
enabled?, included, setup_once
Constructor Details
#initialize(config, objects = []) ⇒ ItemCollection
Returns a new instance of ItemCollection.
6 7 8 |
# File 'lib/nanoc/core/item_collection.rb', line 6 def initialize(config, objects = []) initialize_basic(config, objects, 'items') end |
Instance Method Details
#reference ⇒ Object
10 11 12 |
# File 'lib/nanoc/core/item_collection.rb', line 10 def reference 'items' end |