Sha256: 09f554c61f764223e7be2e2f092cb645530e114d2a7bce1590397b5ea7ad1c7f
Contents?: true
Size: 234 Bytes
Versions: 24
Compression:
Stored size: 234 Bytes
Contents
# encoding: utf-8 module PDF module Core # This is used to differentiate strings that must be encoded as # a byte string, such as binary data from encrypted strings. class ByteString < String #:nodoc: end end end
Version data entries
24 entries across 24 versions & 2 rubygems