Class: Tkn2::Slide::Center
- Inherits:
-
Tkn2::Slide
- Object
- Tkn2::Slide
- Tkn2::Slide::Center
- Defined in:
- lib/tkn2/slide.rb
Direct Known Subclasses
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
#content ⇒ Object
20 21 22 |
# File 'lib/tkn2/slide.rb', line 20 def content super.lines.map { |l| l.chomp.center(width) }.join("\n") end |
#width ⇒ Object
24 25 26 |
# File 'lib/tkn2/slide.rb', line 24 def width ContentBlock.new(Utils.strip_heredoc(raw_content)).width end |