Sha256: 1098a7dc2697a5bc7d44001115180fd8459372f894bf5da7ac47d60a1ba752ef

Contents?: true

Size: 245 Bytes

Versions: 1

Compression:

Stored size: 245 Bytes

Contents

# Initializes the template.
# @return [void]
def init
  sections :header, :box_info, :summary, :overview, T('tags'), :source
end

# Renders the box_info section.
# @return [String] Returns the rendered section.
def box_info
  erb(:box_info)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
puppet-strings-2.0.0 lib/puppet-strings/yard/templates/default/puppet_plan/html/setup.rb