Significant reformat of Net::LDAP class.

This commit is contained in:
Austin Ziegler 2010-03-24 23:16:33 -04:00
parent fece50c844
commit 8e9a8a48d7
2 changed files with 1438 additions and 1482 deletions

View file

@ -25,6 +25,7 @@
* Extended unit testing:
* Added some unit tests for the BER core extensions.
* Code clean-up:
* Made the formatting of Net::LDAP code consistent across all files.
* Replaced calls to #to_a with calls to Kernel#Array; since Ruby 1.8.3, the
default #to_a implementation has been deprecated and should be replaced
either with calls to Kernel#Array or [value].flatten(1).

File diff suppressed because it is too large Load diff