class Net::SMTP::Authenticator

def self.auth_class(type)

def self.auth_class(type)
  type = type.to_s.upcase.tr(?_, ?-).to_sym
  Authenticator.auth_classes[type]
end