method
auth_method
v1_9_1_378 -
Show latest stable
- Class:
Net::SMTP
auth_method(type)private
No documentation available.
# File lib/net/smtp.rb, line 768
def auth_method(type)
"auth_#{type.to_s.downcase}".intern
end auth_method(type)No documentation available.
# File lib/net/smtp.rb, line 768
def auth_method(type)
"auth_#{type.to_s.downcase}".intern
end