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