class HexaPDF::PDFArray

def delete_at(index)

Deletes the value at the given index.
def delete_at(index)
  value.delete_at(index)
end