Sha256: f82d9bb7cee3bc77374e17637a2bcc2746f184b45c8d754618989a12a40ebc1f
Contents?: true
Size: 207 Bytes
Versions: 9
Compression:
Stored size: 207 Bytes
Contents
# encoding: utf-8 module Prawn # 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
Version data entries
9 entries across 9 versions & 3 rubygems