class Net::SMTP

def auth_method(type)

def auth_method(type)
  "auth_#{type.to_s.downcase}".intern
end