Module: Kernel
- Defined in:
- lib/pdf_filler.rb
Instance Method Summary collapse
Instance Method Details
#PDFBook ⇒ Object
30 31 32 |
# File 'lib/pdf_filler.rb', line 30 def PDFBook() GBDev::PDF::Book.new end |
#PDFPage(template) ⇒ Object
26 27 28 |
# File 'lib/pdf_filler.rb', line 26 def PDFPage(template) GBDev::PDF::Page.new(template) end |