Sha256: 68a17a23b07d642ab2cfc5706d1ce95132f4c41f3fb93e2e5165c21ca5946f9d
Contents?: true
Size: 175 Bytes
Versions: 3
Compression:
Stored size: 175 Bytes
Contents
# frozen_string_literal: true module Nanoc::Int # @api private class Layout < ::Nanoc::Int::Document def reference [:layout, identifier.to_s] end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nanoc-4.7.13 | lib/nanoc/base/entities/layout.rb |
nanoc-4.7.12 | lib/nanoc/base/entities/layout.rb |
nanoc-4.7.11 | lib/nanoc/base/entities/layout.rb |