Sha256: 651613a493bb63e4da1f2d23ecb9119b1ca535cc486671f33bc3189556d1b44f
Contents?: true
Size: 259 Bytes
Versions: 12
Compression:
Stored size: 259 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 erb(:box_info) end
Version data entries
12 entries across 12 versions & 1 rubygems