class HexaPDF::Type::Trailer

def info

Returns the document's information dictionary (see Type::Info), creating it if needed.
def info
  self[:Info] ||= document.add({}, type: :XXInfo)
end