Module: Ruport::Formatter::PDF::PDFWriterProxy
- Defined in:
- lib/ruport/formatter/pdf.rb
Overview
:nodoc:
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(id, *args) ⇒ Object
45 46 47 48 49 |
# File 'lib/ruport/formatter/pdf.rb', line 45 def method_missing(id,*args) super(id,*args) rescue pdf_writer.send(id,*args) end |