module Net::BER::Extensions::FalseClass
BER extensions to false
.
Public Instance Methods
to_ber()
click to toggle source
Converts false
to the BER
wireline representation of false
.
# File lib/net/ber/core_ext/false_class.rb, line 6 def to_ber "\001\001\000" end