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

Version Path
prawn-1.0.0.rc2 lib/prawn/core/byte_string.rb
nurettin-prawn-1.0.0.rc1 lib/prawn/core/byte_string.rb
prawn-1.0.0.rc1 lib/prawn/core/byte_string.rb
prawn-0.12.0 lib/prawn/core/byte_string.rb
prawn-0.11.1 lib/prawn/core/byte_string.rb
davebenvenuti-prawn-0.11.1.pre lib/prawn/core/byte_string.rb
piglop-prawn-0.10.2.3 lib/prawn/core/byte_string.rb
piglop-prawn-0.10.2.2 lib/prawn/core/byte_string.rb
piglop-prawn-0.10.2.1 lib/prawn/core/byte_string.rb
prawn-0.11.1.pre lib/prawn/core/byte_string.rb
goodwill-prawn-edge-0.10.0 lib/prawn/core/byte_string.rb
alphasights-prawn-0.10.4 lib/prawn/core/byte_string.rb
alphasights-prawn-0.10.3 lib/prawn/core/byte_string.rb
alphasights-prawn-0.10.2 lib/prawn/core/byte_string.rb
alphasights-prawn-0.10.1 lib/prawn/core/byte_string.rb
alphasights-prawn-0.10.0 lib/prawn/core/byte_string.rb