Sha256: fc06675815cef5ca63f480984608be4ad9c6a10c8a0b5fa102aa6794e467ed8e
Contents?: true
Size: 364 Bytes
Versions: 16
Compression:
Stored size: 364 Bytes
Contents
# -*- ruby encoding: utf-8 -*- ## # BER extensions to +true+. 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
16 entries across 16 versions & 7 rubygems