Skip to content

Commit 2f3db3b

Browse files
committed
Remove unused private auth_method
1 parent bf27727 commit 2f3db3b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/net/smtp.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -846,10 +846,6 @@ def check_auth_method(type)
846846
end
847847
end
848848

849-
def auth_method(type)
850-
"auth_#{type.to_s.downcase}".intern
851-
end
852-
853849
def check_auth_args(user, secret, authtype = DEFAULT_AUTH_TYPE)
854850
unless user
855851
raise ArgumentError, 'SMTP-AUTH requested but missing user name'

0 commit comments

Comments
 (0)