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
new
(source)
Public Instance methods
[]
(*args)
check
(regexp)
check_separator
()
column
()
eos?
()
line
()
position
()
scan
(regexp)
scan_separator
()
scan_separators
()
[Validate]