Sha256: ad361749fa700407de0b3616fb67127e710eccaae7bf97549564d5efb166fc2e
Contents?: true
Size: 208 Bytes
Versions: 1
Compression:
Stored size: 208 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
prawn-core-0.8.4 | lib/prawn/byte_string.rb |