Method: PdfEditor::Bundle#call

Defined in:
lib/pdf_editor/bundle.rb

#callObject



23
24
25
26
27
# File 'lib/pdf_editor/bundle.rb', line 23

def call
  create_title_pages
  create_table_of_contents
  bundle_documents
end