Module: Net::BER::Extensions::FalseClass
- Included in:
- FalseClass
- Defined in:
- lib/net/ber/core_ext/false_class.rb
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
.
4 5 6 |
# File 'lib/net/ber/core_ext/false_class.rb', line 4 def to_ber "\001\001\000" end |