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 # http://tools.ietf.org/html/rfc4511#section-5.1 "\0001\0001\xFF".force_encoding("ASCII-8BIT") end
Generated with the Darkfish Rdoc Generator 2.