class Net::BER::BerIdentifiedNull

A BER null object.

Attributes

ber_identifier[RW]

Public Instance Methods

to_ber() click to toggle source
# File lib/net/ber.rb, line 342
def to_ber
"\0005\0000"
end