Sha256: 992781e9bc471c3da744fde8b2426c471056b55413b67ef61fa2049eb96fb34a
Contents?: true
Size: 235 Bytes
Versions: 16
Compression:
Stored size: 235 Bytes
Contents
# encoding: utf-8 module Prawn 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
16 entries across 16 versions & 6 rubygems