# File lib/net/ber.rb, line 195
195:   def to_ber
196:     i = [self].pack('w')
197:     [2, i.length].pack("CC") + i
198:   end