Method: PdfEditor::PrawnDSL#method_missing
- Defined in:
- lib/pdf_editor/mixins/prawn_dsl.rb
#method_missing(method, *args, &b) ⇒ Object
26 27 28 |
# File 'lib/pdf_editor/mixins/prawn_dsl.rb', line 26 def method_missing(method, *args, &b) document.send(method, *args, &b) end |