Sha256: 2bff50e0fce329c35b64dd6b7779ad721bcd9a750d3fc701e7cfd9898ac362ec

Contents?: true

Size: 303 Bytes

Versions: 6

Compression:

Stored size: 303 Bytes

Contents

# frozen_string_literal: true

# Initializes the template.
# @return [void]
def init
  sections :header, :box_info, :summary, :overview, :note, :todo, :deprecated, 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

6 entries across 6 versions & 1 rubygems

Version Path
puppet-strings-4.1.3 lib/puppet-strings/yard/templates/default/puppet_plan/html/setup.rb
puppet-strings-4.1.2 lib/puppet-strings/yard/templates/default/puppet_plan/html/setup.rb
puppet-strings-4.1.1 lib/puppet-strings/yard/templates/default/puppet_plan/html/setup.rb
puppet-strings-4.1.0 lib/puppet-strings/yard/templates/default/puppet_plan/html/setup.rb
puppet-strings-4.0.0 lib/puppet-strings/yard/templates/default/puppet_plan/html/setup.rb
puppet-strings-4.0.0.rc.1 lib/puppet-strings/yard/templates/default/puppet_plan/html/setup.rb