method
    
    authenticate
 
  authenticate(user, secret, authtype = DEFAULT_AUTH_TYPE)
  public
  
    Hide source    
    
      
  
# File lib/net/smtp.rb, line 720 def authenticate(user, secret, authtype = DEFAULT_AUTH_TYPE) check_auth_method authtype check_auth_args user, secret send auth_method(authtype), user, secret end

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
   
   
    
 = protected
 = protected
  