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