Sha256: 66f0d78851898ac25d38d7bb58bcdfb17fa944db9f2b5d1f5225aa8e8f201d04
Contents?: true
Size: 371 Bytes
Versions: 12
Compression:
Stored size: 371 Bytes
Contents
# Initializes the template. # @return [void] def init sections :header, :box_info, :summary, :overview, :note, :todo, T('tags'), :source end # Renders the box_info section. # @return [String] Returns the rendered section. def box_info @subclasses = Registry.all(:puppet_class).find_all { |c| c.statement.parent_class == object.name.to_s } erb(:box_info) end
Version data entries
12 entries across 12 versions & 1 rubygems