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