Class: Slidox::Builder
- Inherits:
-
Object
- Object
- Slidox::Builder
- Defined in:
- lib/slidox/builder.rb
Instance Method Summary collapse
Instance Method Details
#build ⇒ Object
12 13 14 15 16 17 18 19 |
# File 'lib/slidox/builder.rb', line 12 def build prepare_target_dirs html = styles + .join(page_break) save_html(html) save_pdf(html) end |