Sha256: 95d017437ab7d671b9c74bdc26e56aa7978a1f5550f46263f518decb2b007027
Contents?: true
Size: 234 Bytes
Versions: 9
Compression:
Stored size: 234 Bytes
Contents
# coding: utf-8 # typed: strict # frozen_string_literal: true class PDF::Reader # A null object security handler. Used when a PDF is unencrypted. class NullSecurityHandler def decrypt(buf, _ref) buf end end end
Version data entries
9 entries across 9 versions & 1 rubygems