method
    
    auth_method
  auth_method(type)
  private
  
    Hide source    
    
      
  
# File lib/net/smtp.rb, line 766 def auth_method(type) "auth_#{type.to_s.downcase}".intern end

  
  
  