String
A String object with a BER identifier attached.
# File lib/net/ber.rb, line 295 def initialize args super args # LDAP uses UTF-8 encoded strings force_encoding('UTF-8') if respond_to?(:encoding) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.