class Bkmrq::DocsTemplate
document output template
Constants
- FORMAT
Public Class Methods
description()
click to toggle source
# File lib/bkmrq/docs_template.rb, line 27 def self.description FORMAT[:description] end
header_image()
click to toggle source
# File lib/bkmrq/docs_template.rb, line 23 def self.header_image " \n" end
subtitle()
click to toggle source
# File lib/bkmrq/docs_template.rb, line 19 def self.subtitle "## #{FORMAT[:subtitle]} \n" end
title()
click to toggle source
# File lib/bkmrq/docs_template.rb, line 15 def self.title "# #{FORMAT[:title]} \n" end