Skip to content

Commit 1d3817e

Browse files
author
Austin Ziegler
committed
Reformat and documentation update of Net::BER and Net::BER::BERParser.
1 parent 28d58cd commit 1d3817e

File tree

3 files changed

+467
-170
lines changed

3 files changed

+467
-170
lines changed

History.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
* Extended unit testing:
2626
* Added some unit tests for the BER core extensions.
2727
* Code clean-up:
28-
* Made the formatting of Net::LDAP code consistent across all files.
28+
* Made the formatting of code consistent across all files.
29+
* Removed Net::BER::BERParser::TagClasses as it does not appear to be used.
2930
* Replaced calls to #to_a with calls to Kernel#Array; since Ruby 1.8.3, the
3031
default #to_a implementation has been deprecated and should be replaced
3132
either with calls to Kernel#Array or [value].flatten(1).

0 commit comments

Comments
 (0)