Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/asciidoctor/pdf/ext/core/object.rb
Instance Method Summary collapse
-
#to_pdf_object ⇒ Object
Convert the object to a serialized PDF object.
Instance Method Details
#to_pdf_object ⇒ Object
Convert the object to a serialized PDF object.
5 6 7 |
# File 'lib/asciidoctor/pdf/ext/core/object.rb', line 5 def to_pdf_object ::PDF::Core.pdf_object self end |