class HexaPDF::Object

def null?

Returns +true+ if the object represents the PDF null object.
def null?
  value.nil?
end