Significant reformat of Net::LDAP class.
This commit is contained in:
parent
fece50c844
commit
8e9a8a48d7
|
@ -25,6 +25,7 @@
|
||||||
* Extended unit testing:
|
* Extended unit testing:
|
||||||
* Added some unit tests for the BER core extensions.
|
* Added some unit tests for the BER core extensions.
|
||||||
* Code clean-up:
|
* 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
|
* 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
|
default #to_a implementation has been deprecated and should be replaced
|
||||||
either with calls to Kernel#Array or [value].flatten(1).
|
either with calls to Kernel#Array or [value].flatten(1).
|
||||||
|
|
2919
lib/net/ldap.rb
2919
lib/net/ldap.rb
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue