Class: Tkn2::Slide::Center

Inherits:
Tkn2::Slide show all
Defined in:
lib/tkn2/slide.rb

Direct Known Subclasses

SectionHeader

Instance Method Summary collapse

Methods inherited from Tkn2::Slide

#block, #initialize, #raw_content

Constructor Details

This class inherits a constructor from Tkn2::Slide

Instance Method Details

#contentObject



20
21
22
# File 'lib/tkn2/slide.rb', line 20

def content
  super.lines.map { |l| l.chomp.center(width) }.join("\n")
end

#widthObject



24
25
26
# File 'lib/tkn2/slide.rb', line 24

def width
  ContentBlock.new(Utils.strip_heredoc(raw_content)).width
end