# File lib/active_ldap/ldif.rb, line 502
      def check_separator
        return @scanner.check(SEPARATOR) if @sub_scanner.eos?

        check(SEPARATOR)
      end