class Nanoc::Core::LayoutCollection

Public Class Methods

new(config, objects = []) click to toggle source
# File lib/nanoc/core/layout_collection.rb, line 6
def initialize(config, objects = [])
  initialize_basic(config, objects, 'layouts')
end

Public Instance Methods

reference() click to toggle source
# File lib/nanoc/core/layout_collection.rb, line 10
def reference
  'layouts'
end