class Tkn2::Slide::SectionHeader

Public Instance Methods

content() click to toggle source
# File lib/tkn2/slide.rb, line 43
def content
  line = ' ❧❦☙ '.center(width, '–')
  "#{line}\n\n#{super}\n\n#{line}"
end