Class: RPDF::PDFNull
Overview
Null Object: null
- PDFRef15 p39
Instance Attribute Summary
Attributes inherited from PDFObject
#generation_number, #object_number
Instance Method Summary collapse
-
#initialize ⇒ PDFNull
constructor
A new instance of PDFNull.
- #to_s ⇒ Object
Methods inherited from PDFObject
#indirect?, #invalidate, #invalidated?, #to_pdf, #to_ref
Constructor Details
#initialize ⇒ PDFNull
Returns a new instance of PDFNull.
9 10 11 |
# File 'lib/rpdf/pdfnull.rb', line 9 def initialize super end |
Instance Method Details
#to_s ⇒ Object
13 14 15 |
# File 'lib/rpdf/pdfnull.rb', line 13 def to_s "null" end |