BER extensions to true
.
Converts true
to the BER wireline
representation of true
.
# File lib/net/ber/core_ext/true_class.rb, line 6 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. "\0001\0001\0001" end