# File lib/net/ldap/core_ext/string.rb, line 33
        def read_ber syntax=nil
          StringIO.new(self).
            read_ber(syntax)
        end