class Nanoc::Core::OutdatednessReasons::DocumentCollectionExtended

Attributes

objects[R]

Public Class Methods

new(objects) click to toggle source
# File lib/nanoc/core/outdatedness_reasons.rb, line 53
def initialize(objects)
  super(
    'New items/layouts have been added to the site.',
    Nanoc::Core::DependencyProps.new(raw_content: true),
  )

  @objects = objects
end