Module: Net::BER::Extensions::FalseClass
- Included in:
- FalseClass
- Defined in:
- lib/net/ber/core_ext/false_class.rb
Overview
BER extensions to false
.
Instance Method Summary collapse
-
#to_ber ⇒ Object
Converts
false
to the BER wireline representation offalse
.
Instance Method Details
#to_ber ⇒ Object
Converts false
to the BER wireline representation of false
.
7 8 9 |
# File 'lib/net/ber/core_ext/false_class.rb', line 7 def to_ber "\001\001\000" end |