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 0b38655 commit 87c1fe9Copy full SHA for 87c1fe9
lib/net/imap/sasl/external_authenticator.rb
@@ -29,7 +29,7 @@ class ExternalAuthenticator
29
# #authzid is an optional identity to act as or on behalf of.
30
#
31
# Any other keyword parameters are quietly ignored.
32
- def initialize(authzid: nil)
+ def initialize(authzid: nil, **)
33
@authzid = authzid&.to_str&.encode "UTF-8"
34
if @authzid&.match?(/\u0000/u) # also validates UTF8 encoding
35
raise ArgumentError, "contains NULL"
0 commit comments