We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d58cd commit 1d3817eCopy full SHA for 1d3817e
History.txt
@@ -25,7 +25,8 @@
25
* Extended unit testing:
26
* Added some unit tests for the BER core extensions.
27
* Code clean-up:
28
- * Made the formatting of Net::LDAP code consistent across all files.
+ * Made the formatting of code consistent across all files.
29
+ * Removed Net::BER::BERParser::TagClasses as it does not appear to be used.
30
* Replaced calls to #to_a with calls to Kernel#Array; since Ruby 1.8.3, the
31
default #to_a implementation has been deprecated and should be replaced
32
either with calls to Kernel#Array or [value].flatten(1).
0 commit comments