Sha256: c536e240aeaf2d544fd39583c02d9850c432c0166eff0911a5f06c4729faeab6
Contents?: true
Size: 269 Bytes
Versions: 37
Compression:
Stored size: 269 Bytes
Contents
# frozen_string_literal: true module Nanoc::Int # @api private class LayoutCollection < IdentifiableCollection def initialize(config, objects = []) initialize_basic(config, objects, 'layouts') end def reference 'layouts' end end end
Version data entries
37 entries across 37 versions & 1 rubygems