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