Sha256: be34b74cf3e1c75f502576378494cdefa904abad04986f8d2ce2aa6211b31ec2
Contents?: true
Size: 302 Bytes
Versions: 7
Compression:
Stored size: 302 Bytes
Contents
module Net::BER::Extensions::TrueClass ## # Converts +true+ to the BER wireline representation of +true+. def to_ber # 20100319 AZ: Note that this may not be the completely correct value, # per some test documentation. We need to determine the truth of this. "\001\001\001" end end
Version data entries
7 entries across 7 versions & 2 rubygems