Sha256: 06e59fc66307685c06240873740bc996037e1c3a2420f0923a8775707b18624c

Contents?: true

Size: 262 Bytes

Versions: 46

Compression:

Stored size: 262 Bytes

Contents

# This class has exists to represent binary data. This is mainly
# used by DataObjects. Binary data sometimes needs to be quoted differently
# than regular string data (even if the string is just plain ASCII).
module Extlib
  class ByteArray < ::String; end
end

Version data entries

46 entries across 45 versions & 8 rubygems

Version Path
middleman-0.10.15 vendor/gems/gems/extlib-0.9.13/lib/extlib/byte_array.rb
middleman-0.10.14 vendor/gems/gems/extlib-0.9.13/lib/extlib/byte_array.rb
ginst-2.0.1 vendor/gems/extlib-0.9.13/lib/extlib/byte_array.rb
ginst-2.0.0 vendor/gems/extlib-0.9.13/lib/extlib/byte_array.rb
extlib-0.9.13 lib/extlib/byte_array.rb
extlib-0.9.12 lib/extlib/byte_array.rb