diff --git a/lib/net/smtp.rb b/lib/net/smtp.rb index 6ceb61b..145f897 100644 --- a/lib/net/smtp.rb +++ b/lib/net/smtp.rb @@ -846,10 +846,6 @@ def check_auth_method(type) end end - def auth_method(type) - "auth_#{type.to_s.downcase}".intern - end - def check_auth_args(user, secret, authtype = DEFAULT_AUTH_TYPE) unless user raise ArgumentError, 'SMTP-AUTH requested but missing user name'