Skip to content

Commit 7c6938b

Browse files
committed
✨ Add SASL::Authenticators#new alias
1 parent 3bb2108 commit 7c6938b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/net/imap/sasl/authenticators.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def authenticator(mechanism, ...)
9999
end
100100
auth.respond_to?(:new) ? auth.new(...) : auth.call(...)
101101
end
102+
alias new authenticator
102103

103104
end
104105

0 commit comments

Comments
 (0)