Malt  Malt::Format::PDF

[Validate]
Generated with RDazzle Newfish 1.4.0

PDF

Public Instance Methods

pdf(*) click to toggle source
    # File lib/malt/formats/pdf.rb, line 11
11:     def pdf(*)
12:       text
13:     end
to_pdf(*) click to toggle source
    # File lib/malt/formats/pdf.rb, line 16
16:     def to_pdf(*)
17:       self
18:     end

Private Instance Methods

render_engine() click to toggle source
    # File lib/malt/formats/pdf.rb, line 23
23:       def render_engine
24:       end

Disabled; run with --debug to generate this.