Class: Nanoc::Core::ItemCollection

Inherits:
IdentifiableCollection show all
Includes:
MemoWise
Defined in:
lib/nanoc/core/item_collection.rb

Instance Method Summary collapse

Methods inherited from IdentifiableCollection

#add, #empty?, #find_all, #freeze, #initialize_basic, #inspect, #object_matching_glob, #object_with_identifier, #reject, #to_a

Constructor Details

#initialize(config, objects = []) ⇒ ItemCollection

Returns a new instance of ItemCollection.



8
9
10
# File 'lib/nanoc/core/item_collection.rb', line 8

def initialize(config, objects = [])
  initialize_basic(config, objects, 'items')
end

Instance Method Details

#referenceObject



12
13
14
# File 'lib/nanoc/core/item_collection.rb', line 12

def reference
  'items'
end