class PdflibMini::Handle::Template

Public Class Methods

new(template, p) click to toggle source
Calls superclass method
# File lib/pdflib_mini/handle/template.rb, line 4
def initialize(template, p)
  super(template)
  @p = p
end

Public Instance Methods

end_template_ext(*args) click to toggle source

9.3 Templates end_template_ext(float width, float height)

# File lib/pdflib_mini/handle/template.rb, line 11
def end_template_ext(*args)
  @p.end_template_ext(*args)
end