# File lib/active_ldap/ldif.rb, line 508 def scan_separator return @scanner.scan(SEPARATOR) if @sub_scanner.eos? scan(SEPARATOR) end