Class ActiveLdap::Ldif::Scanner
In: lib/active_ldap/ldif.rb
Parent: Object

Methods

[]   check   check_separator   column   eos?   line   new   position   scan   scan_separator   scan_separators  

Constants

SEPARATOR = /(?:\r\n|\n)/u
SEPARATORS = /(?:(?:^#.*)?#{SEPARATOR})+/u

Public Class methods

Public Instance methods

[Validate]