Class: HexaPDF::Importer::NullableWeakRef
- Inherits:
-
WeakRef
- Object
- WeakRef
- HexaPDF::Importer::NullableWeakRef
- Defined in:
- lib/hexapdf/importer.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#__getobj__ ⇒ Object
:nodoc:.
Instance Method Details
#__getobj__ ⇒ Object
:nodoc:
57 58 59 |
# File 'lib/hexapdf/importer.rb', line 57 def __getobj__ #:nodoc: super rescue nil end |