Method: String#to_ber_application_string
- Defined in:
- lib/net/ber.rb
#to_ber_application_string(code) ⇒ Object
to_ber_application_string
508 509 510 |
# File 'lib/net/ber.rb', line 508 def to_ber_application_string code to_ber( 0x40 + code ) end |