Class: HexaPDF::Importer::NullableWeakRef

Inherits:
WeakRef
  • Object
show all
Defined in:
lib/hexapdf/importer.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#__getobj__Object

:nodoc:



57
58
59
# File 'lib/hexapdf/importer.rb', line 57

def __getobj__ #:nodoc:
  super rescue nil
end