We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe7f68 commit b54d7b1Copy full SHA for b54d7b1
lib/net/ldap.rb
@@ -547,7 +547,7 @@ def initialize(args = {})
547
@host = args[:host] || DefaultHost
548
@port = args[:port] || DefaultPort
549
@hosts = args[:hosts]
550
- @verbose = false # Make this configurable with a switch on the class.
+ @verbose = args[:verbose] || false # Make this configurable with a switch on the class.
551
@auth = args[:auth] || DefaultAuth
552
@base = args[:base] || DefaultTreebase
553
@force_no_page = args[:force_no_page] || DefaultForceNoPage
0 commit comments